sounding-analysis 0.11.2

Analysis capability for the sounding-base crate.
Documentation
[package]
name = "sounding-analysis"
version = "0.11.2"
authors = ["Ryan Leach <clumsycodemonkey@gmail.com>"]
description = """Analysis capability for the sounding-base crate."""
repository = "https://github.com/rnleach/sounding-analysis.git"
readme = "README.md"
license-file = "LICENSE"
exclude = ["**/*.rs.bk",".gitignore",".vscode/**/*","*.sublime*"]
categories = ["science"]
keywords = ["weather","sounding","meteorology", "skew-t"]
edition = "2018"

[dependencies]
itertools = "^0.8.0"
metfor = { version = "^0.7.2", features = ["use_optional"]}
optional = "^0.5.0"
smallvec = "^0.6"
sounding-base = "^0.11.0"