Skip to content

S3 radar server#539

Merged
dopplershift merged 2 commits intoUnidata:mainfrom
tdrwenski:s3-radar-server
Oct 2, 2024
Merged

S3 radar server#539
dopplershift merged 2 commits intoUnidata:mainfrom
tdrwenski:s3-radar-server

Conversation

@tdrwenski
Copy link
Copy Markdown
Contributor

@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
Copy Markdown
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
@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