| Package | Description |
|---|---|
| net.degreedays.api.data |
For specifying and receiving degree-day data and temperature data from the API.
|
| net.degreedays.api.regression |
For using the API to run regressions against your energy-usage data.
|
| Modifier and Type | Method and Description |
|---|---|
DatedDataSet |
DatedDataSet.Builder.build() |
DatedDataSet |
DataSets.getDated(DatedDataSpec dataSpec)
Returns the
DatedDataSet that was generated to fulfil the
specified DatedDataSpec from the request, or throws a
SourceDataException if no such DatedDataSet could be
generated. |
DatedDataSet |
DatedDataSet.transformToDated(DatedBreakdown targetBreakdown)
Returns a new
DatedDataSet object, based on the data
contained within this, but transformed to fit the
targetBreakdown. |
| Modifier and Type | Method and Description |
|---|---|
DatedDataSet |
DegreeDaysRegressionComponent.sampleDegreeDaysDataSet()
Returns the non-null
DatedDataSet of the degree days this
regression component was calculated with. |
| Modifier and Type | Method and Description |
|---|---|
DegreeDaysRegressionComponent.Builder |
DegreeDaysRegressionComponent.Builder.setSampleDegreeDaysDataSet(DatedDataSet sampleDegreeDaysDataSet) |
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.