DAS-2411: removes h5netcdf and bumps xarray#26
Closed
flamingbear wants to merge 4 commits intomainfrom
Closed
Conversation
This gets around a regression in the 2025.8.0 xarray that required h5netcdf to write NetCDF files.
…date-version-again
decode_cf=False turns off all CF decoding by default including concat_characters, even when it's specified.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This gets around a regression in the 2025.8.0 xarray that required h5netcdf to write NetCDF files. This removes that dependency and bumps xarray to 2025.9.0
Jira Issue ID
DAS-2411
Local Test Steps
Pull and build this branch. verify the tests all pass, deploy the image to your Harmony-In-A-Box and run this command
curl -Ln -bj 'http://localhost:3000/C1273193292-NSIDC_CUAT/ogc-api-coverages/1.0.0/collections/parameter_vars/coverage/rangeset?granuleId=G1273435798-NSIDC_CUAT&subset=lat(25.0:49.8)&subset=lon(-127.0:-65.0)&variable=EASE2_global_projection,GEO/latitude,GEO/longitude,NEE/nee_mean,RH/rh_mean,x,y' -o SPL4CMDL_var_bbox_test_local.nc4Verify the output datafields are correct and can be opened with panoply.
PR Acceptance Checklist
CHANGELOG.mdupdated to include high level summary of PR changes.docker/service_version.txtupdated if publishing a release.