Skip to content

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.

Notifications You must be signed in to change notification settings

natcap/urban-online-workflow

Repository files navigation

urban-online-workflow

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.

Setup with docker compose

$ docker compose up

or if you want to force a rebuild of the containers,

$ docker compose up --build

App runs on

http://localhost:3000

View fastapi endpoint documentation

http://localhost:8000/docs

Data Requirements

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)

Necessary API tokens

Currently need to add a .env file to frontend/ with necessary API tokens. Please reach out to repository maintainers to get access to these.

Necessary software for development

  • Docker
  • Git

About

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.

Resources

Stars

Watchers

Forks

Packages

No packages published