natcap / 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.
1 stars 5 forks source link

Prototype fastapi endpoints #10

Closed dcdenu4 closed 2 years ago

dcdenu4 commented 2 years ago

Create an endpoint for running a wallpaper scenario which will return a response with the path to the served raster tiles. This will do an initial sqlite db setup along with setting up some data models.

dcdenu4 commented 2 years ago

This will collaborate with #9

dcdenu4 commented 2 years ago

This is done.