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;

Modules

error

Error types for the sounding-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.