Skip to content

NoaaWeatherStationSiteType

Namespace: ThinkGeo.Core

Captures the NOAA site-type flags associated with a station (METAR, TAF, radar, etc.).

public class NoaaWeatherStationSiteType

Inheritance objectNoaaWeatherStationSiteType

Properties

Metar

Gets or sets the Metar.

public string Metar { get; set; }

Property Value

string

Taf

Gets or sets the Taf.

public string Taf { get; set; }

Property Value

string

Rawinsonde

Gets or sets the Rawinsonde.

public string Rawinsonde { get; set; }

Property Value

string

WfoOffice

Gets or sets the WfoOffice.

public string WfoOffice { get; set; }

Property Value

string

Nexrad

Gets or sets the Nexrad.

public string Nexrad { get; set; }

Property Value

string

Constructors

NoaaWeatherStationSiteType()

public NoaaWeatherStationSiteType()

Methods

GetPriority()

Calculates a simple priority score based on the available products for the station.

public int GetPriority()

Returns

int
The number of non-null site-type flags.