title | emoji | colorFrom | colorTo | sdk | python_version | sdk_version | app_file | pinned | license |
---|---|---|---|---|---|---|---|---|---|
Flood Mapping Tool |
👀 |
yellow |
purple |
streamlit |
3.12 |
1.44.1 |
app/Home.py |
false |
gpl-3.0 |
To run the app you will need a (free) GFM account. To get one register at https://portal.gfm.eodc.eu/login . Once you have an account create a file .env
with the content of .env_template
where you will need to fill out your GFM username and password. The .env
file will be gitignored.
Project is using python 3.12. Install requirements from pyproject.toml
in your preferred way. We suggest using uv
, see here for installation instructions. Once installed your can run uv sync
to create a .venv
folder. Activate the .venv
and then run the line below to run the app:
streamlit run app/Home.py
TODO: Add more complete documentation.