From 71d55614997f0e41497a0f5dbb41f760c7919b76 Mon Sep 17 00:00:00 2001 From: Alan Pinkert Date: Tue, 13 Jun 2023 19:37:41 -0400 Subject: [PATCH] added weather station data decision --- docs/decision-records/weather-station-data.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/decision-records/weather-station-data.md diff --git a/docs/decision-records/weather-station-data.md b/docs/decision-records/weather-station-data.md new file mode 100644 index 00000000..0e9167f4 --- /dev/null +++ b/docs/decision-records/weather-station-data.md @@ -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. \ No newline at end of file