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 |
---|---|
Source |
Source.Builder.build() |
Source[] |
LocationInfoResponse.getSources()
Returns the non-null, non-empty array of source(s) (essentially weather
stations) that would be used to generate data for an equivalent
LocationDataResponse . |
Source[] |
LocationDataResponse.getSources()
Returns the non-null, non-empty array of source(s) (essentially weather
stations) that were used to generate the data in this response.
|
Modifier and Type | Method and Description |
---|---|
LocationInfoResponse.Builder |
LocationInfoResponse.Builder.addSource(Source source) |
LocationDataResponse.Builder |
LocationDataResponse.Builder.addSource(Source source) |
Modifier and Type | Method and Description |
---|---|
Source[] |
RegressionResponse.getSources()
Returns the non-null, non-empty array of source(s) (essentially weather
stations) that were used to generate the degree days used for the
regressions in this response.
|
Modifier and Type | Method and Description |
---|---|
RegressionResponse.Builder |
RegressionResponse.Builder.addSource(Source source) |
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.