Skip to content

Data analysis and dashboard prototyping for Software x Climate 2024 class.

License

Notifications You must be signed in to change notification settings

ahasha/power-supply-dashboard-analysis

Repository files navigation

power-supply-dashboard-analysis

Personalized dashboard providing location-based insight into carbon emissions intensity of the grid.

Further components in separate repositories:

Quick Start

Requires python 3.12 and poetry to be installed.

Create secrets.toml in power_dashboard/.streamlit/ as follows (you may need to create .streamlit in your git clone root):

[electricitymaps]
api_key = "YOUR_API_KEY" # Get an API key from https://api-portal.electricitymaps.com/

[googlemaps]
api_key = "YOUR_API_KEY"

Then run the streamlit app locally using:

$ poetry install
$ poetry run streamlit run power_dashboard/app.py

Project Organization

Visit the docs folder for more info on this project's structure and how to use DVC.

About

Data analysis and dashboard prototyping for Software x Climate 2024 class.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages