Dennis Heimbigner
Dennis Heimbigner
Is this a spec issue or a python impl issue. I would assume the spec specifies utf-8
I see. Should this be changed to be explicitly utf-8 or perhaps to include non-utf8 encodings, should a string be defined as a sequence of 8-bit bytes.
I wonder how many non-python zarr implementations adhere to using utf-32?
As part of the netcdf zarr, I was looking forward to implementing types like enumerations and structures (in the C sense) using extensions. Let me focus on structures. Can someone...
With respect to compression plugins. I would push for using the actual HDF5 filter plugin mechanism. That way we automatically gain access to a wide variety of compressors currently supporting...
A question. I hear the term "IO API", but I cannot figure out what that term means. Can someone elaborate?
I fail to see this as much of a problem from the netcdf-c point of view. If we build without hdf5, then we need to build in replacements for H5allocate_memory(),...
I see. You are correct. From the point of view of zarr embedded in netcdf-c we only need to compile the filter against netcdf-c library.
I think HDF5 has such an variable named something like HDF5_PLUGIN_PATH? What I wish was the case was that the HDF5 filter struct like below had field(s) for memory allocation...
You are correct, I had it backwards. The filter needs to be given a table of memory allocation/free functions to use. As for windows support. For us (netcdf) this is...