Created
August 27, 2021 21:29
-
-
Save kandersolar/09c320d08ef8daac80f3302e4b11b1ac to your computer and use it in GitHub Desktop.
timing comparisons of reading hdf5 and netcdf4 data with various python libraries
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for this. OK, I didn't realize that the format of
LinkeTurbidity.h5was already sane. I can read it using tables as in the existing code or using h5py just as easily. I always just assumed that we were using tables because of pandas, but now I realize that pandas isn't even used at all.So essentially easy to just remove tables and use h5py, no problemo