codeforboston / home-energy-analysis-tool

https://www.codeforboston.org/projects/
MIT License
8 stars 25 forks source link

Pass in design temperature for rules engine #123

Open jkwan2011 opened 6 months ago

jkwan2011 commented 6 months ago

The rules engine requires the design temperature, which is a constant value that is looked up by county (or overridden by the user). The CSV file containing the design temperature data is located at https://github.com/codeforboston/home-energy-analysis-tool/tree/main/design_temp.

thadk commented 6 months ago

@plocket We should take these three APIs outputs and prepare something we can pass to python for the county: https://github.com/codeforboston/home-energy-analysis-tool/issues/20#issuecomment-1707485014