Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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"

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)