From 20d5029e0e286323e4644bbeb0757d1b8b459452 Mon Sep 17 00:00:00 2001 From: Eisuke Kobayashi Date: Thu, 26 Mar 2026 16:01:43 -0400 Subject: [PATCH] update readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 2cf61d1..e67af6d 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,16 @@ Weather conditions (temperature, precipitation, solar radiation) simultaneously Air quality indicators such as PM2.5 or NO₂ are influenced by multiple emission sources beyond electricity generation (e.g., transportation, industrial activity). Isolating the contribution of electricity demand may therefore require additional controls or robustness checks. + +# Setup Instruction +1. Fetch NYS electricity wholesale price and natural gas data through API from the website. +(electricity data:NY state Energy Market & Operational Data +natural gas data:EIA(US energy information admistration)) + +2. Store data in the Big Query + +3. Fetch corresponding data in response to users' input + +4. data visualization + +5. deploy app