Unidata / netcdf-java

The Unidata netcdf-java library
https://docs.unidata.ucar.edu/netcdf-java/current/userguide/index.html
BSD 3-Clause "New" or "Revised" License
146 stars 71 forks source link

Create S3 grib file's index in local cache #1215

Closed tdrwenski closed 1 year ago

tdrwenski commented 1 year ago

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:

  <GribIndex>
    <neverUse>false</neverUse>
    <alwaysUse>true</alwaysUse>
    <dir>/custom/path</dir>
  </GribIndex>

PR Checklist