Info
Version: | 1.4.0 |
Author(s): | BizEE.Software |
Last Update: | Tuesday, September 26, 2023 |
.NET Fiddle: | Online Example |
Project Url: | https://www.degreedays.net/api/dotnet |
NuGet Url: | https://www.nuget.org/packages/DegreeDays |
Install
Install-Package DegreeDays
dotnet add package DegreeDays
paket add DegreeDays
DegreeDays Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 2.0
No dependencies.
No dependencies.
Tags
Degree days are a specialist form of weather data that is widely used in analysis of building energy consumption, to account for the effect of the weather on HVAC energy usage.
In cooler weather buildings need more heating, in warmer weather they need more cooling; degree days make it possible to quantify these effects, and normalize them out to enable fair comparisons of energy efficiency between different time periods and locations. Degree days are much better suited for these applications than historical temperature data, giving better results through well-established data-analysis processes.
Degree Days.net is a popular free source of degree day data (both HDD and CDD) for locations around the world, and its API is used by numerous energy management software systems globally.
The website https://www.degreedays.net/ has a lot more information about degree days, and how best to use them in analysis of building energy consumption data.
For more about this .NET client library specifically please visit https://www.degreedays.net/api/dotnet
For development you are welcome to use the free test API account at https://www.degreedays.net/api/test
Also please read our integration guide at https://www.degreedays.net/api/integration for an overview of the most effective ways to integrate with our API.
Good luck with your development, and please feel free to contact us if you need more advice!.