Traveler Information API
|
Public Member Functions | |
WeatherReading (string _StationId, int _Elevation, decimal _Latitude, decimal _Longitude, string _StationName) | |
Properties | |
string | StationId [get, set] |
string | StationName [get, set] |
decimal | Latitude [get, set] |
decimal | Longitude [get, set] |
int | Elevation [get, set] |
DateTime? | ReadingTime [get, set] |
decimal? | AirTemperature [get, set] |
byte? | RelativeHumidty [get, set] |
byte? | AverageWindSpeed [get, set] |
short? | AverageWindDirection [get, set] |
byte? | WindGust [get, set] |
short? | Visibility [get, set] |
byte? | PrecipitationIntensity [get, set] |
byte? | PrecipitationType [get, set] |
decimal? | PrecipitationPast1Hour [get, set] |
decimal? | PrecipitationPast3Hours [get, set] |
decimal? | PrecipitationPast6Hours [get, set] |
decimal? | PrecipitationPast12Hours [get, set] |
decimal? | PrecipitationPast24Hours [get, set] |
decimal? | PrecipitationAccumulation [get, set] |
int? | BarometricPressure [get, set] |
int? | SnowDepth [get, set] |
List< ScanwebSurfaceMeasurements > | SurfaceMeasurements [get, set] |
List< ScanwebSubSurfaceMeasurements > | SubSurfaceMeasurements [get, set] |
Information from a weather station
WeatherReading.WeatherReading | ( | string | _StationId, |
int | _Elevation, | ||
decimal | _Latitude, | ||
decimal | _Longitude, | ||
string | _StationName | ||
) |
|
getset |
Air temperature at the site in Celcius.
|
getset |
Average wind direction during an evaluation cycle in degrees.
|
getset |
Average speed of the wind during an evaluation cycle in Kilometers per hour.
|
getset |
The force per unit area exerted by the atmosphere in millibars. This reading is not adjusted for site elevation.
|
getset |
Elevation from sea level in meters
|
getset |
Latitude of station
|
getset |
Longitude of station
|
getset |
Rainfall amount or snowfall liquid equivalent for the period from midnight GMT to the current time. At midnight GMT the total accumulation is reset to zero. Measured in millimeters.
|
getset |
Intensity of the precipitation as derived from the precipitation rate.
|
getset |
Rainfall amount or snowfall liquid equivalent for the previous 12 hour period. Measured in millimeters.
|
getset |
Rainfall amount or snowfall liquid equivalent for the previous 1 hour period. Measured in millimeters.
|
getset |
Rainfall amount or snowfall liquid equivalent for the previous 24 hour period. Measured in millimeters.
|
getset |
Rainfall amount or snowfall liquid equivalent for the previous 3 hour period. Measured in millimeters.
|
getset |
Rainfall amount or snowfall liquid equivalent for the previous 6 hour period. Measured in millimeters.
|
getset |
Type of precipitation detected by a precipitation sensor, if one is available. Certain types of precipitation sensors can only detect the presence or absence of precipitation and will display Yes or No (1 or 0 respectively).
|
getset |
Date and Time reading was taken
|
getset |
Percent of moisture in the air. A relative humidity of 0% shows that the air contains no moisture and 100% shows that the air is completely saturated and cannot absorb more moisture.
|
getset |
The depth of snow on representative areas other than the highway pavement, avoiding drifts and plowed areas in centimeters.
|
getset |
NWS assigned name for station
|
getset |
WSDOT assigned name
|
getset |
|
getset |
|
getset |
Average distance that you can see, both day and night, computed every three minutes in meters.
|
getset |
Maximum wind speed measured during an evaluation cycle. The time period over which wind gust speed is monitored can vary based on the type and manufacturer of the RWIS site.