Dennis Heimbigner

Results 612 comments of Dennis Heimbigner

It would be better if you attached the .nc files (if they are not too large). You can do it either by renaming them to e.g. in.nc.txt, or you can...

Also, there should be an alternative blosc filter in the plugins directory. You might try that one, although it depends on the filter parameters being the same. Never mind, I...

This very odd. Apparently the chunksize values are being passed in an inconsistent way. I thought it might be the unlimited dimension so I converted it to a fixed size...

I figured out the problem, but fixing that produced this error, which I have never before seen: >HDF5: infinite loop closing library

Ok, this is weird. After fixing some things, It turns out that it fails depending on the choice of sub-compressor. For some reason, the LZ compressors claim the data is...

Further notes: I tried it using libblosc directly and it report that the data is in-compressible The parameters were: * compressor any LZ compressor (LZ4,BLOSCLC, etc) * shuffle off *...

I found and fixed a couple of errors in the HDF5 blosc filter. I will put up a PR for those changes shortly. It appears that shuffle is only required...

I ran across this also: https://github.com/Blosc/c-blosc/issues/307

Fixed by https://github.com/Unidata/netcdf-c/pull/2461

This issue has cropped up again on esupport (ZDA-739856). I gather there was no resolution other than use a 64 bit machine.