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 how to serve rasters to the frontend #9

Closed phargogh closed 1 year ago

phargogh commented 2 years ago

Once a wallpapered scenario is generated or an InVEST model finishes, we will need to be able to serve some of those files to the frontend.

Can we serve COGs directly from a GCS bucket or will raster tiles need to be generated and served in an OGC way? Will it be better to serve raster tiles through FastAPI?

phargogh commented 1 year ago

We figured out how to do this with COGs.