Skip to content

NoaaWeatherStationResponse

Namespace: ThinkGeo.Core

Represents a deserialized NOAA station response containing basic station metadata.

public class NoaaWeatherStationResponse

Inheritance ObjectNoaaWeatherStationResponse

Properties

RequestIndex

Gets or sets the RequestIndex.

public double RequestIndex { get; set; }

Property Value

Double

Stations

Gets or sets the Stations.

public List<NoaaWeatherStation> Stations { get; set; }

Property Value

List<NoaaWeatherStation>

Constructors

NoaaWeatherStationResponse()

public NoaaWeatherStationResponse()

Methods

DownloadNoaaWeatherStationResponse()

Downloads and deserializes the latest NOAA station metadata response.

public static NoaaWeatherStationResponse DownloadNoaaWeatherStationResponse()

Returns

NoaaWeatherStationResponse
The populated response object, or null when the request fails.