-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from codeforboston/weather-station-data
Added weather station data decision
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |