Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Jul 14, 2023

Conversation

tdrwenski
Copy link
Contributor

@tdrwenski tdrwenski commented Jul 13, 2023

Description of Changes

This completes the second bullet from #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

  • Link to any issues that the PR addresses
  • Add labels
  • Open as a draft PR
    until ready for review
  • Make sure GitHub tests pass
  • Mark PR as "Ready for Review"

@tdrwenski tdrwenski marked this pull request as ready for review July 14, 2023 16:46
@tdrwenski tdrwenski merged commit 1a24970 into Unidata:maint-5.x Jul 14, 2023
@tdrwenski tdrwenski deleted the s3-grib-index-in-cache branch July 14, 2023 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants