How to decide whether to use engine netcdf4 or h5netcdf when opening netcdf file using xarray #9968
Unanswered
ahmedshaaban1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
All, Sometimes, using
engine=h5netcdf
when opening netcdf4 makes processing much faster than depending on the default engine netcdf4, for example as stated here github,data = xr.open_dataset(datafile.nc, engine=‘h5netcdf4’)
Do you have any idea how to decide when to use engine h5netcdf4?
NB: this question is on Stackoverflow, but I have not gotten an answer yet.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions