Personalized dashboard providing location-based insight into carbon emissions intensity of the grid.
Further components in separate repositories:
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
Visit the docs folder for more info on this project's structure and how to use DVC.