Calum Lind
Calum Lind
I am also seeing the same error but when specifying `astype` with `FixedScaleOffset` filter: ```python filter = numcodecs.zarr3.FixedScaleOffset(offset=0, scale=100, dtype='float32', astype='int16') encoding = {'var': { 'filters': [filter] }} ds.to_zarr('/tmp/test.zarr', encoding=encoding,...
This seems to be fixed for me with latest release of zarr 3.1.3, great work for resolving this @d-v-b
This likely should be a separate feature request but I did want to ask how easy the geometry decimal precision can be modified since when comparing output with duckdb h3...