Replies: 1 comment 2 replies
-
Hi Alex, thanks for the feedback! The Either way you should be able to read the data from zenodo. Could you share the code you use to read it and the full stack-trace you get? Cheers |
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
-
It looks like a number of functions used in the example notebooks (Emulating using CNNs, Emulating using GPs, etc) such as
get_bc_ppe_data()
andget_crm_data()
are kept indocs/examples/utils.py
rather thanesem/utils.py
, which is a little confusing since this isn't installed when using pip/conda.Also, I'm personally having trouble opening the files that these functions try to grab from https://zenodo.org/record/3856645/. I get the error
"OSError: [Errno -101] NetCDF: HDF error",
followed by
"ProductPluginException: An error occurred retrieving data using the product NetCDF_Gridded. Check that this is the correct product plugin for your chosen data. Exception was OSError: -101."
I thought this might have something to do with HDF5 file locking, but setting
HDF5_USE_FILE_LOCKING=FALSE
andHDF5_DISABLE_VERSION_CHECK=1
doesn't seem to change anything.Does anyone have any input on these two things?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions