Hi, I'm using ImageMosaic (GeoServer 2.8, GeoTools 14.0) to store and publish several large weather related datasets with different dimensions. Daily input of new files can be up to several thousand files. I'm using REST API (GeoServer REST Manager) to harvest new granules to the mosaic. Mosaic index is stored in PostGIS. However, I have a need for housekeeping, and I would like to use the REST API to delete these granules. It seems that delete method in GeoTools currently only removes the granules from the index, but not from the hard drive. This fills my hard drive quickly.
I noticed this note in the Geoserver Manager documentation: "Notice that currently this method does not delete the underlying file but simply removes it from the index, making it de-fact unaccessible from GeoServer" https://github.com/geosolutions-it/geoserver-manager/wiki/Interacting-with-a-StructuredGridCoverageReader I was thinking is there any plans to make this fix? I could not find any related JIRA Tasks. Or is there some reasons why it should not be developed? Thanks, Jesse ------------------------------------------------------------------------------ _______________________________________________ GeoTools-GT2-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
