Error reading the Zarr file: /Users/zhangzhen/Downloads/zarr_test_data.zarr (Is a directory),Whether using the user's zarr file or the file in the source code, this error occurs. Please help analyze the reason. Thank you! #1485
Answered
by
lesserwhirls
runnerzz
asked this question in
Questions and Answers
-
Beta Was this translation helpful? Give feedback.
Answered by
lesserwhirls
Sep 15, 2025
Replies: 1 comment 2 replies
-
How are you using the netCDF-Java library? Are you using the maven artifacts, or are you using the netCDFAll jar? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The netCDFAll.jar does not contain any of the infrastructure for handling Zarr. If you are using maven, I would strongly suggest using the netCDF-Java maven artifacts and not the netCDFAll.jar (see the docs for details). At a minimum you would need the
edu.ucar:cdm-core
andedu.ucar:cdm-zarr
artifacts (andedu.ucar:cdm-s3
for object store support).