Enum ghcn_daily::element::Measurement [] [src]

pub enum Measurement {
    None,
    TwoTotals,
    FourTotals,
    Hourly,
    ConvertedKnots,
    Lagged,
    ConvertedOktas,
    MissingPresumedZero,
    Trace,
    Converted16PointWBAN,
}

Different measurement methods.

There are ten possible values.

Variants

Blank = no measurement information applicable

B = precipitation total formed from two 12-hour totals

D = precipitation total formed from four six-hour totals

H = represents highest or lowest hourly temperature (TMAX or TMIN) or the average of hourly values (TAVG)

K = converted from knots

L = temperature appears to be lagged with respect to reported hour of observation

O = converted from oktas

P = identified as "missing presumed zero" in DSI 3200 and 3206

T = trace of precipitation, snowfall, or snow depth

W = converted from 16-point WBAN code (for wind direction)

Trait Implementations

impl Debug for Measurement
[src]

Formats the value using the given formatter.

impl Copy for Measurement
[src]

impl Clone for Measurement
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl FromStr for Measurement
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more