Package | Description |
---|---|
net.degreedays.api.data |
For specifying and receiving degree-day data and temperature data from the API.
|
Modifier and Type | Method and Description |
---|---|
static TimeSeriesDataSpec |
DataSpec.timeSeries(TimeSeriesCalculation timeSeriesCalculation,
DatedBreakdown datedBreakdown)
Returns a non-null
TimeSeriesDataSpec object with the
specified TimeSeriesCalculation and
DatedBreakdown . |
Modifier and Type | Method and Description |
---|---|
TimeSeriesDataSet |
DataSets.getTimeSeries(TimeSeriesDataSpec dataSpec)
Returns the
TimeSeriesDataSet that was generated to fulfil
the specified TimeSeriesDataSpec from the request, or throws
a SourceDataException if no such TimeSeriesDataSet
could be generated. |
See www.degreedays.net/api/ for more about the Degree Days.net API.
You can sign up for a Degree Days.net API account and read the integration guide that is useful and applicable whether you are using Java or not.