# Rust GHCN-Daily parser Rust crate providing a parser and data structures for working with the GHCN-Daily dataset. ### Installation To start using this crate add the following to your `Cargo.toml`: ```toml [dependencies] ghcn-daily = "0.0.1" ``` ## Acknowledgements & Disclaimer This library is based on the GHCN-Daily dataset with work done by: ``` Menne, M.J., I. Durre, B. Korzeniewski, S. McNeal, K. Thomas, X. Yin, S. Anthony, R. Ray, R.S. Vose, B.E.Gleason, and T.G. Houston, 2012: Global Historical Climatology Network - Daily (GHCN-Daily), Version 3.22. NOAA National Climatic Data Center. http://doi.org/10.7289/V5D21VHZ Accessed September 24, 2016. ``` This project is in no way associated with the Global Historical Climatology Network or the NOAA National Climatic Data Center. ## License This project (rust-ghcn-daily) is licensed under either of * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) at your option.