This repository hosts the beta implementation of the Urban Online ES Workflow. The project is intended to give urban planners the ability to create and assess scenarios using InVEST Urban models.
$ docker compose up
or if you want to force a rebuild of the containers,
$ docker compose up --build
http://localhost:3000
http://localhost:8000/docs
These are data used by the python worker. Download these to your local
appdata/
folder to run the app locally. Please reach out to repository maintainers to get access to these.
local path which mounts in container | (bucket where source file can be found)
appdata/lulc_overlay_3857.tif
| (natcap-urban-online-datasets-public)appdata/invest-data/CGIAR_et0_annual_epsg_3857.tif
| (natcap-urban-online-datasets)appdata/invest-data/acs_tract_3857.gpkg
| (natcap-urban-online-datasets)appdata/invest-data/acs_tract_poverty.csv
| (natcap-urban-online-datasets)appdata/invest-data/acs_tract_race.csv
| (natcap-urban-online-datasets)Currently need to add a .env
file to frontend/
with necessary API tokens. Please reach out to repository maintainers to get access to these.