Skip to content

Commit 95933c5

Browse files
committed
update writeup
1 parent 46235a7 commit 95933c5

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

personal_writeup.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# The introduction of Energy Market Dashboard: Visualizing How Electricity Prices Move in New York
1+
# The Energy Market Dashboard: Visualizing How Electricity Prices Move in New York
22

33
**App:** https://advanced-computing-dancing-cactus-streamlit-app-birdi8.streamlit.app/market_analysis<br>
44
**Github repository:** https://github.com/advanced-computing/dancing-cactus<br>
55
**Team:** Eisuke, Chenyi
66

7-
This page explain the dashboard what we created in the class.
7+
This page explains the dashboard we created in class.
88

99
## What we built
1010

@@ -22,14 +22,15 @@ Early on we assumed the dashboard would mostly show a clean correlation between
2222
![A scatter plot of load vs. LBMP](images/scatter_plot.png)
2323
3. **A dual-axis time series of LBMP and Henry Hub gas prices** shows that fuel costs — the other obvious explanatory variable — also fail to account for the spikes, pointing toward structural factors like transmission congestion and the local generation mix.
2424
![A dual-axis time series of LBMP and Henry Hub gas prices](images/comparison_chart.png)
25+
2526
The dashboard is not meant to give a single answer. It walks a policymaker from "demand drives price" to "price is shaped by *where* demand occurs within a constrained grid."
2627

2728

2829
## How it's built
2930

3031
The dashboard is a Streamlit front-end backed by an automated BigQuery pipeline:
3132
![System Architecture](images/system_architecture.png)
32-
33+
NYISO and Henry Hub data are pulled by Python scripts — one for the initial backfill, one for daily incremental updates — and orchestrated by a GitHub Actions cron job. Streamlit reads from BigQuery with caching applied to keep interactions fast.
3334

3435
## What I learned
3536

0 commit comments

Comments
 (0)