Enum sounding_base::sounding::Profile [] [src]

pub enum Profile {
    Pressure,
    Temperature,
    WetBulb,
    DewPoint,
    ThetaE,
    WindDirection,
    WindSpeed,
    PressureVerticalVelocity,
    GeopotentialHeight,
    CloudFraction,
}

Profile variables

Variants

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 Debug for Profile
[src]

[src]

Formats the value using the given formatter.