Skip to content

Commit

Permalink
Merge pull request #9 from codeforboston/weather-station-data
Browse files Browse the repository at this point in the history
Added weather station data decision
  • Loading branch information
mciethan authored Jun 14, 2023
2 parents 6be25a2 + 71d5561 commit c6aadb6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/decision-records/weather-station-data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Weather Station Data

## Status

Proposed

## Context

One of the reasons the Home Energy Analysis Tool needs to update frequently is to incorporate new weather station data. The weather station feeds calculations for the design temperature of the home. The sheet also allows users to override the calculated design temperature.

## Decision

We will automatically pull in new weather station data.
We will automatically select a weather station for a given home based on its location, but we will allow users to change that selection.

## Consequences
Users will have reduced friction by avoiding pulling down new, fresh copies of the sheet to get new weather station data.
Setting the location for users will further reduce friction, while allowing them to set it will still let them override the selection in case of issues.

0 comments on commit c6aadb6

Please sign in to comment.