sounding-base 0.3.0

Data formats and algorithms for atmospheric soundings. The base crate is meant to be a common base for other crates to build on. These crates may be for managing a data-store, displaying data, or saving and loading files.
Documentation
[package]
name = "sounding-base"
version = "0.3.0"
authors = ["Ryan Leach <clumsycodemonkey@gmail.com>"]
description = """Data formats and algorithms for atmospheric soundings. The base crate is meant to
              be a common base for other crates to build on. These crates may be for managing a 
              data-store, displaying data, or saving and loading files."""
repository = "https://github.com/rnleach/sounding-base.git"
readme = "README.md"
license-file = "LICENSE"
exclude = ["**/*.rs.bk",".gitignore",".vscode/**/*"]
categories = ["science"]
keywords = ["weather","sounding","meteorology", "skew-t"]

[dependencies]
chrono="^0.4"
smallvec="0.6.0"
metfor="^0.2.0"