This project is a web app that is designed to help energy generation project managers plan for where is best to implement new generation projects. The app provides several variables to investigate with including:
- existing transmission capacity
- congestion costs
- existing solar/wind generation
You can view this app live at sfc-transmission-planner.streamlit.app
Follow the instructions here to ensure git LFS is installed to properly interact with data files via git.
pip install -r requirements.txt
Create a file named .env in the project root and store values for the following variables in there:
NE_ISO_EMAILNE_ISO_PASSWORD
Request variable values from a project owner if needed. For New England ISO credentials, visit ISO Express.
python -m streamlit run app.py
