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

Map with parcels and landuse #1

Closed davemfish closed 2 years ago

davemfish commented 2 years ago

Map that displays parcel boundaries, allows selection of 1 or more parcels and collects their geometries to send to a server.

The parcel data is still TBD. We may end up using this service: https://regrid.com/api/plans

But for now we can develop against this: https://opendata-cosagis.opendata.arcgis.com/datasets/CoSAGIS::cosa-zoning/explore?location=29.435622%2C-98.518921%2C10.89

LULC rasters will ultimately be served from our infrastructure.

davemfish commented 2 years ago

If we start out using the COSA data, we'll need to tile it and serve it ourselves. It's just too big to display without tiles.

phargogh commented 2 years ago

Related: #5