Click or drag to resize

SourceDataExceptionIsDueToSourceDataGranularity Property

Returns true if the requested data could not be generated because the source weather station's recorded temperature data was not fine-grained/detailed enough.

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

Property Value

Boolean
Remarks

This will arise if you request detailed time-series data (e.g. hourly temperature data) for a station without sufficiently fine-grained weather reports.

Version History
VersionDescription
1.2 This was added in version 1.2.
See Also