java.io.IOException: java.lang.NullPointerException: Cannot invoke "java.lang.Short.intValue()" because "oid" is null #1491
Answered
by
lesserwhirls
runnerzz
asked this question in
Questions and Answers
-
Beta Was this translation helpful? Give feedback.
Answered by
lesserwhirls
Oct 1, 2025
Replies: 1 comment 6 replies
-
|
Greetings @runnerzz! The underlying issue is that the netCDF-Java Zarr implementation does not handle the compressor id |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


zlib is the only compressor supported (more specifically, the ZLIB Compressed Data Format). I'm looking to add support for blosc in the near future, but that requires building / distributing native code for ease-of-use.
Can you tell me which versions of zarr, xarray, and numcodecs you are using?