I have a problem using the the dynamic colormap community extension.
What I did:
- Use the command gdalinfo -stats in order to create the PAM Auxiliary file containing statistics and metadata.
- In order to create an ImageMosaic of multiple NetCDF files I created the indexer.xml, the ancillary file and the datastore.properties file
- In the indexer.xml I added “CheckAuxiliaryMetadata” value=“true”
- Added the indexer.xml, ancillary file and the datastore.properties in the coverage folder
- Added the NetCDF files and the PAM Auxiliary file to the data folder
- Added my NetCDF files as ImageMosaic store and published the layer
- Added a new dynamic style according to the documentation
What I got:
The layer using the default style it works but when I try the dynamic style there is the following exception: “Filter Function problem for function gridCoverageStats: Unable to find the stat minimum from the input object of type class”
Addition info:
My GeoServer version is 2.26.
Could you give me some suggestion?