From: Alexander P. <gre...@gm...> - 2019-06-11 11:22:12
|
Is it possible to delete a granule (granules?) via REST from ImageMosaic coveragestore, and consequently, removed from derived coverages? Similar to adding a granule to a coveragestore: curl -v -u admin:Geos -XPOST -H "Content-type: text/plain" -d "file:/%TRAINING_ROOT%/data/user_data/multidim/polyphemus_20130303.nc" "http://localhost:8083/geoserver/rest/workspaces/geosolutions/coveragestores/polyphemus/external.imagemosaic" The docs I followed describe removing granules on a per coverage basis, and not coveragestore-wide: curl -v -u admin:Geos -XDELETE http://localhost:8083/geoserver/rest/workspaces/geosolutions/coveragestores/polyphemus/coverages/NO2/index/granules/NO2.671.xml Many thanks in advance!! Alex |