NoaaWeatherStationSiteType¶
Namespace: ThinkGeo.Core
Captures the NOAA site-type flags associated with a station (METAR, TAF, radar, etc.).
public class NoaaWeatherStationSiteType
Inheritance object → NoaaWeatherStationSiteType
Properties¶
Metar¶
Gets or sets the Metar.
public string Metar { get; set; }
Property Value¶
Taf¶
Gets or sets the Taf.
public string Taf { get; set; }
Property Value¶
Rawinsonde¶
Gets or sets the Rawinsonde.
public string Rawinsonde { get; set; }
Property Value¶
WfoOffice¶
Gets or sets the WfoOffice.
public string WfoOffice { get; set; }
Property Value¶
Nexrad¶
Gets or sets the Nexrad.
public string Nexrad { get; set; }
Property Value¶
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.