Esri / geoportal-server-catalog

Esri Geoportal Server is a next generation open-source metadata catalog and editor, based on elasticsearch.
https://www.esri.com/en-us/arcgis/products/geoportal-server/overview
Apache License 2.0
99 stars 63 forks source link

Implement STAC transaction API #528

Closed mhogeweg closed 1 month ago

mhogeweg commented 8 months ago

STAC has an extension that provides add/update/delete functionality to the STAC API. This ticket is to include support for the management API in Geoportal Server.

as0050629 commented 4 months ago

@mhogeweg STAC feature Add and update is complete. Should Delete also be done?

mhogeweg commented 4 months ago

@as0050629 yes please, both for items and collections.

as0050629 commented 3 months ago

Delete Item and collection implemented via #549