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 needs to be searchable by address #99

Open davemfish opened 1 year ago

davemfish commented 1 year ago

There are probably several services to choose from for this,

The REGRID parcel API provides it, which would make sense if we also wanted/needed the other parcel data. But for now we do not subscribe to this. https://app.regrid.com/api/plans

Mapbox: https://www.mapbox.com/geocoding

Or we can use an open geocoder like Nominatim and roll our own search bar, or use an openlayers extension like this one: http://viglino.github.io/ol-ext/examples/search/map.control.searchnominatim.html