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

S3 radar server #539

Merged
merged 2 commits into from
Oct 2, 2024
Merged

S3 radar server #539

merged 2 commits into from
Oct 2, 2024

Conversation

tdrwenski
Copy link
Member

@tdrwenski tdrwenski commented Sep 30, 2024

Resolves #361 and depends on functionality added in Unidata/netcdf-java#1388.

Make RadarServer code work for S3 datasets by:

  • Using MFile interface (which has implementations for local and s3 files) instead of a Path object
  • Using MController interface to loop through directories/files (which has implementations for local and S3 files) instead of a DirectoryStream

Tests:

  • Duplicates test catalog entry for radar data but pointing to s3 version
  • Adds s3 test cases to radar server tests

@tdrwenski tdrwenski marked this pull request as ready for review October 1, 2024 15:49
Copy link
Member

@dopplershift dopplershift left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. I'm not familiar with all the APIs, but this seems sensible.

@dopplershift dopplershift merged commit 1662945 into Unidata:main Oct 2, 2024
4 checks passed
@tdrwenski tdrwenski deleted the s3-radar-server branch October 2, 2024 17:42
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.

Radar service for S3 data
2 participants