Closed tdrwenski closed 1 year ago
This completes the second bullet from https://github.com/Unidata/netcdf-java/issues/1177:
Use local cache (if that setting is turned on) for storing the s3 grib index file (.gbx9)
For TDS, this can be accomplished using the default settings or explicitly with:
<GribIndex> <neverUse>false</neverUse> <alwaysUse>true</alwaysUse> <dir>/custom/path</dir> </GribIndex>
Description of Changes
This completes the second bullet from https://github.com/Unidata/netcdf-java/issues/1177:
Use local cache (if that setting is turned on) for storing the s3 grib index file (.gbx9)
For TDS, this can be accomplished using the default settings or explicitly with:
PR Checklist