I noticed that there were several cases where there were multiple entries with the same dataset name in raster-catalog-pro.json and raster-catalog-default.json. Since RasterCatalog.getSourceUri() only looks for the first matching entry, the later entries are never used. So, to avoid confusion, I removed the later duplicate entries from both files.
The earlier entries (the ones being used) always have the same (or in a few cases, a later) version date, but they often have a different pixel meaning.
I noticed that there were several cases where there were multiple entries with the same dataset name in raster-catalog-pro.json and raster-catalog-default.json. Since RasterCatalog.getSourceUri() only looks for the first matching entry, the later entries are never used. So, to avoid confusion, I removed the later duplicate entries from both files.
The earlier entries (the ones being used) always have the same (or in a few cases, a later) version date, but they often have a different pixel meaning.