Skip to content

REST API for the creation of DD data used for statistical profiling of energy data.

Notifications You must be signed in to change notification settings

omglu93/degre_data_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Degree Data Flask REST API

The project is still under construction.

The DD API will enable the user to pull degree data based on geographical location and date. Degree days are essentially a simplified representation of outside-air-temperature data. They are widely used for calculations relating to the effect of outside air temperature on building energy consumption.

"Heating degree days", or "HDD", are a measure of how much (in degrees), and for how long (in days), outside air temperature was lower than a specific "base temperature" (or "balance point"). They are used for calculations relating to the energy consumption required to heat buildings.

"Cooling degree days", or "CDD", are a measure of how much (in degrees), and for how long (in days), outside air temperature was higher than a specific base temperature. They are used for calculations relating to the energy consumption required to cool buildings.

Calculation baselines

  • 10.5 C
  • 15.5 C
  • 18.5 C

Requirements

The REST API requires a Token from https://www.weatherapi.com/

The token is to be placed in a api.py file with the following content

API_TOKEN = Your Token

About

REST API for the creation of DD data used for statistical profiling of energy data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published