Hi, I'm Micho, I work at geomati.co, I am an OSGeo charter member and first of all my total admiration for your work developing and maintaining GeoServer.
We are using GeoServer maybe in a weird use case, we are publishing geotiff as granules of an imagemosaic with the time dimension. When we publish the first granule it creates the store and next granules go adding to this store. The problem that we have found is because we usually update the same granule several times but the index doesn't refresh. We found that in the store folder in the data_dir is the correct last geotiff but geoserver is publishing other geotiff. We have checked when we force the geoserver reloads geoserver publishes the correct geotiff. It looks like that the index isn't refreshing correctly, maybe because we are updating always the same granule. We are using gsconfig-py3 to every REST operation to GeoServer. In fact, the method which publishes the granule is the `catalog.harvest_uploadgranule`. https://github.com/dimitri-justeau/gsconfig-py3/blob/master/src/geoserver/catalog.py#L554 I was looking for some info, and I've found some comments in any other forums, now I'm trying to add the recalculate parameter to see it this parameter forces the index recalculation. https://docs.geoserver.org/stable/en/user/rest/api/coveragestores.html#recalculate Would I like if someone has experienced this issue before? Is there any way to force the update of the imagemosaic index?. A lot of thanks. Best. Micho Garcia http://geomati.co
_______________________________________________ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning your support instead of buying it, but Ian Turton: http://www.ianturton.com/talks/foss4g.html#/ - The GeoServer user list posting guidelines: http://geoserver.org/comm/userlist-guidelines.html If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
