developmentseed / eoAPI

[Active Development] Earth Observation API (Metadata, Raster and Vector services)
https://eoapi.dev
MIT License
197 stars 21 forks source link

replace vector and feature service by Tipg #53

Closed vincentsarago closed 1 year ago

vincentsarago commented 1 year ago

When we started we added a simple OGC feature service which is almost a 1:1 with the stac service so it's not really useful. The vector service tried to create MVT from stac searches which could be a nice feature but maybe not scale.

Let's remove those two service and replace them by a OGC Feature/Tile service based on https://github.com/developmentseed/tipg (but not connected to the pgstac database (for now)

Services