https://github.com/connectedsystems/rdl-webapp
https://github.com/connectedsystems/rdl-webapp
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/connectedsystems/rdl-webapp
- Owner: ConnectedSystems
- Created: 2021-01-18T23:36:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-18T23:37:08.000Z (over 5 years ago)
- Last Synced: 2024-10-12T10:30:23.052Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RDL Proof-of-Concept Webapp
A simple example showcasing a GUI for a single set of hazard data.
For discussion purposes only.
# Dev setup
```bash
conda create -n rdl-webapp -c conda-forge python==3.8 mamba -y
conda activate rdl-webapp
mamba install -c conda-forge numpy==1.19.2 pandas==1.2.0 nodejs geopandas rasterio jupyterlab sidecar ipyleaflet voila -y
pip install ipyaggrid
python -m ipykernel install --name rdl-webapp --display-name "Python (rdl-webapp)"
jupyter labextension install @jupyter-widgets/jupyterlab-manager ipyaggrid
# These seem unneeded (?)
# jupyter labextension install js jupyter-leaflet @jupyter-widgets/jupyterlab-sidecar
```
## Required
A `.settings.yaml` file in the same format as [RISKi](https://github.com/ConnectedSystems/riski)