issues: 1343038233
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1343038233 | I_kwDOAMm_X85QDSMZ | 6929 | Support new netcdf4 1.6.0 compression arguments | 6883049 | closed | 0 | 2 | 2022-08-18T12:35:34Z | 2022-12-01T22:41:53Z | 2022-12-01T22:41:53Z | CONTRIBUTOR | Is your feature request related to a problem?When using the netcdf4 engine, I am not able to use the new "compression" argument to choose a compression scheme different from zlib in the encoding. ``` if raise_on_invalid: invalid = [k for k in encoding if k not in valid_encodings] if invalid:
../../../../netCDF4_.py:279: ValueError ``` Furthermore, according to the release notes of 1.6.0, zlib argument is to be deprecated:
I am using the last versions
Describe the solution you'd likeUpdate the netcdf4 backend to support these arguments. Should not be too difficult. Describe alternatives you've consideredNo response Additional contextI can try to do this myself, it does not look hard. |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/6929/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |