Dennis Heimbigner

Results 612 comments of Dennis Heimbigner

Odd. I must be testing for the exact value "YES" instead of doing a boolean test. I will check.

I hope https://github.com/Unidata/netcdf-c/pull/2430 fixes this.

I guess I need someone to spell out to me why the current netcdf-c filter API is inadequate for this.

Your explanation of the NOAA situation is quite clear. Thanks. I think that if NOAA takes the lead here and says that it plans to use some specific compressor (e,g,...

Any chance you could send me one of those files in either zip format or as a tar'd directory? Also, I have been working at a low level on adding...

This PR (https://github.com/Unidata/netcdf-c/pull/2467) is an experimental draft PR that attempts to add Zarr/Numpy fixed size string support to NCZarr.

Sorry for the delay. It appears to be related to the use of '/' as the dimension separator. I was trying to track down exactly what i happening.

I was wrong. The problem is this (its complicated). 1. array "s0" meta-data specifies this: - shape is [4,930,1024] - _ARRAY_DIMENSIONS are ["c","y","x"] 2. array "s1" meta-data specifies this: -...

I do not know anything about the OME standard, but why do you think it is generating legal Zarr Version 2 files, never mind NCZarr.