Click or drag to resize

StationLongLat Property

Gets the longitude/latitude location of the weather station.

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public LongLat LongLat { get; }

Property Value

LongLat
Remarks

Note that a weather station's recorded location might not be a particularly accurate representation of its real-world location. Many stations do have recorded longitude/latitude locations that are accurate to within a few metres, but there are many that are out by as much as a kilometer or so. This is worth bearing in mind when you're calculating the distances between locations.

Note also that the recorded location of weather stations will often change over time as the underlying data sources are updated with more accurate measurements.

See Also