Click or drag to resize

StationElevation Property

Gets the elevation of the weather station.

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

Property Value

Distance
Remarks

The Distance instance returned can easily be converted into units of your choice (typically metres or feet for an elevation).

Note that the reliability of these measurements is variable. Note also that they may change over time as the underlying data sources are updated with more accurate measurements.

See Also