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

Fix s3 ncml #1277

Merged
merged 3 commits into from
Dec 26, 2023
Merged

Fix s3 ncml #1277

merged 3 commits into from
Dec 26, 2023

Conversation

tdrwenski
Copy link
Contributor

@tdrwenski tdrwenski commented Dec 22, 2023

Description of Changes

Fixes reading ncml files stored on S3 (Resolves #1231). This requires fixing logic used by the NcmlReader to use MFiles instead of Files and URLs. Unfortunately it also requires several special cases, checking for cdms3 protocols-- this isn't the nicest but I am not seeing another way to fix this without refactoring all this code.

Add unit tests to test the DatasetURL code. Integration tests will be added to the TDS (Unidata/tds#438)

Jenkins tests passing: https://jenkins-aws.unidata.ucar.edu/view/Users/job/tara-netcdf-java/40/

@haileyajohnson haileyajohnson merged commit 192fc97 into Unidata:maint-5.x Dec 26, 2023
10 checks passed
@tdrwenski tdrwenski deleted the fix-s3-ncml branch December 27, 2023 14:17
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.

Fix S3 NcML datasets
2 participants