Jeff Whitaker
Jeff Whitaker
This should be fixed in the next release (1.6.0)
Unfortunately, reading this [discussion](https://forum.hdfgroup.org/t/a-problem-when-saving-native-ldouble-variables/9504/15) it seems that `H5T_NATIVE_LDOUBLE` is a memory datatype not a file datatype, so you may not actually be able to save a long double to an...
no plans yet to support netcdf-4. I had hoped that some of the aggregation features of the netcdf-java lib would be ported to the C lib eventually.
Nope - I doubt it ever will happen. It would be great it someone were to port the java aggregation stuff to python.
Is `'/my/nc/path'` a real file?
A permissions issues then?
Looks like the traceback is coming from `MFDataset`, which won't work with this file (it can only open NETCDF3 or NETCDF4_CLASSIC formatted files).
haven't ever used django or celery myself, so I'm afraid I won't be of much help. Somehow the environment in which your are running the script is different than when...
It must be possible, since this project uses netcdf4-python and django: https://ncdjango.readthedocs.io/en/latest/
pull request would be welcomed