Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fneum/spatial-sector-dashboard
Code for interactive dashboard for the paper "The Potential Role of a Hydrogen Network in Europe"
https://github.com/fneum/spatial-sector-dashboard
holoviews plotly pypsa streamlit
Last synced: about 1 month ago
JSON representation
Code for interactive dashboard for the paper "The Potential Role of a Hydrogen Network in Europe"
- Host: GitHub
- URL: https://github.com/fneum/spatial-sector-dashboard
- Owner: fneum
- License: mit
- Created: 2022-07-12T13:55:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-27T19:52:37.000Z (12 months ago)
- Last Synced: 2024-06-11T17:45:31.565Z (5 months ago)
- Topics: holoviews, plotly, pypsa, streamlit
- Language: Python
- Homepage: https://h2-network.streamlit.app
- Size: 24.4 MB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# Interactive dashboard code for the paper "The Potential Role of a Hydrogen Network in Europe"
[![DOI](https://zenodo.org/badge/451538981.svg)](https://zenodo.org/badge/latestdoi/451538981)
Code for interactive dashboard for results exploration.
See live version at: [h2-network.streamlit.app](https://h2-network.streamlit.app)
## Local Installation and Usage
Install dependencies:
```sh
pip install -r requirements.txt
```Start interactive dashboard:
```sh
streamlit run streamlit_app.py
```## License
[MIT](LICENSE)