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.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public bool IsDueToSourceDataGranularity { get; }
Public ReadOnly Property IsDueToSourceDataGranularity As Boolean
Get
Property Value
BooleanRemarks
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 Version | Description |
---|
1.2 |
This was added in version 1.2.
|
See Also