-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
while checking some attributes from a netcdf file with following code
MCVE Code Sample
# Your code here
with xr.open_dataset(s5p_file, group='PRODUCT') as s5p_img_PRO:
print(s5p_img_PRO)Expected Output
a list of metadata should be appread
Problem Description
RuntimeError: NetCDF: HDF error
Versions
python 3.7 and jupyter notebook
Output of xr.show_versions()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels