Crate sounding_base [] [src]

Library to represent an atmospheric sounding.

Reexports

pub use error::*;
pub use missing_value::OptionVal;
pub use missing_value::MissingData;
pub use sounding::Sounding;
pub use sounding::DataRow;
pub use sounding::Profile;
pub use sounding::Surface;
pub use sounding::Index;

Modules

error

Errors for the soudning-base crate.

missing_value

A quantity that has a certain value that indicates missing or invalid data.

sounding

Data type and methods to store an atmospheric sounding.