Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[FEATURE-REQUEST] Support netCDF-4 files #912
Open
Labels
Comments
|
Seconded! This support would be really useful for weather/climate/oceanography data. |
|
Yeah, should be possible. Once we have #865 in, it should also be easier to add new file formats. Would be a good example/usecase on how to add that. Anyone willing to cooperate/work on this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Any suggestions on how to make
vaexsupport nc-4 files, which are themselves backed by hdf5?When attempting to read a netCDF-4 file with a given variable in (x,y,z,t) coordinates this is what I get:
ValueError: array is of length 360, while the length of the DataFrame is 2928This netCDF-4 file contains 360 latitude values, and 2928 time points, as evidenced by
ncdump -h: