Struct sounding_base::sounding::DataRow [] [src]

pub struct DataRow {
    pub pressure: OptionVal<f64>,
    pub temperature: OptionVal<f64>,
    pub wet_bulb: OptionVal<f64>,
    pub dew_point: OptionVal<f64>,
    pub theta_e: OptionVal<f64>,
    pub direction: OptionVal<f64>,
    pub speed: OptionVal<f64>,
    pub omega: OptionVal<f64>,
    pub height: OptionVal<f64>,
    pub cloud_fraction: OptionVal<f64>,
}

A view of a row of the sounding data.

Fields

Pressure in hPa

Temperature in C

Wet bulb temperature in C

Dew point in C

Equivalent potential temperature in Kelvin

Wind direction (from) in degrees.

Wind speed in knots

Pressure vertical velocity in Pa/sec

Geopotential Height in meters

Cloud fraction in percent

Trait Implementations

impl Default for DataRow
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for DataRow
[src]

[src]

Formats the value using the given formatter.