This project is a web application that uses different data sources to display geospatial data and information using Plotly Dash ontop of a FastApi Web Server (Starlett, gunicorn/uvicorn under the hood).
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Python
- pip
pip install -r requirements.txt
uvicorn main:app --reload
docker compose up --build