netcdf-c/libnczarr
Dennis Heimbigner 1c3e86440e NCZarr is outputting fill value as an array instead of a singleton.
re: https://github.com/Unidata/netcdf-c/issues/2008

The fill_value key in a .zarray should have a single value,
but it currently has a value that is a 1 element array.
Fix is to pull out the single element.

This occurred because the fill_value is taken from the _FillValue attribute,
and all netcdf attributes are stored as arrays, of length 1 in this case.

In a related change, any attribute with length 1 is now stored in .zattrs
as a singleton rather than an array of length 1. This make the generated
Zarr more consistent with other Zarr implementations.

Misc. other changes:

1. Fix bug in testpathcvt caused by the way various shells handle backslash escapes.
2. Fix bug in testauth where test for MSVC is wrong.
2021-06-05 14:12:21 -06:00
..
obsolete Upgrade the nczarr code to match Zarr V2 2021-04-24 19:48:15 -06:00
awsincludes.h
CMakeLists.txt appveyor fix 2021-01-28 20:31:16 -07:00
Makefile.am Add zip file support 2021-01-28 20:11:01 -07:00
SimpleBinStream.h
zarr.c Upgrade the nczarr code to match Zarr V2 2021-04-24 19:48:15 -06:00
zarr.h Fix JSON quoted string processing in libnczarr 2021-05-06 16:39:44 -06:00
zattr.c Add support for the XArray Zarr _ARRAY_DIMENSIONS attribute 2021-02-24 13:46:11 -07:00
zcache.h Upgrade the nczarr code to match Zarr V2 2021-04-24 19:48:15 -06:00
zchunking.c More NCZarr optimizations 2021-01-06 13:35:59 -07:00
zchunking.h More NCZarr optimizations 2021-01-06 13:35:59 -07:00
zclose.c Add support for the XArray Zarr _ARRAY_DIMENSIONS attribute 2021-02-24 13:46:11 -07:00
zcreate.c Add zip file support 2021-01-28 20:11:01 -07:00
zcvt.c NCZarr is outputting fill value as an array instead of a singleton. 2021-06-05 14:12:21 -06:00
zdebug.c More NCZarr optimizations 2021-01-06 13:35:59 -07:00
zdebug.h turn off tracing 2021-05-19 14:38:07 -06:00
zdim.c Provide a Number of fixes/improvements to NCZarr 2020-11-19 17:01:04 -07:00
zdispatch.c More NCZarr optimizations 2021-01-06 13:35:59 -07:00
zdispatch.h
zfile.c Add zip file support 2021-01-28 20:11:01 -07:00
zfilter.c Additional Fixes to NCZarr 2020-12-16 20:48:02 -07:00
zgrp.c Provide a Number of fixes/improvements to NCZarr 2020-11-19 17:01:04 -07:00
zincludes.h Fix NCclosedir in dpathmgr.c 2021-05-19 14:19:28 -06:00
zinternal.c Remove need for HDF5-1.6 API being defined 2021-04-28 13:59:24 -06:00
zinternal.h Improve error message when non-existent filter is encountered. 2021-05-17 19:49:58 -06:00
zjson.c Fix JSON quoted string processing in libnczarr 2021-05-06 16:39:44 -06:00
zjson.h
zmap_file.c Allow .rc tests to work in parallel by isolation 2021-04-25 22:02:29 -06:00
zmap_s3sdk.c Add zip file support 2021-01-28 20:11:01 -07:00
zmap_zip.c Upgrade the nczarr code to match Zarr V2 2021-04-24 19:48:15 -06:00
zmap.c Fix 2 for cygwin build 2021-05-19 17:41:41 -06:00
zmap.h Upgrade the nczarr code to match Zarr V2 2021-04-24 19:48:15 -06:00
zodom.c More NCZarr optimizations 2021-01-06 13:35:59 -07:00
zodom.h More NCZarr optimizations 2021-01-06 13:35:59 -07:00
zopen.c More NCZarr optimizations 2021-01-06 13:35:59 -07:00
zprov.c Additional Fixes to NCZarr 2020-12-16 20:48:02 -07:00
zprovenance.h
zs3sdk.cpp Add zip file support 2021-01-28 20:11:01 -07:00
zs3sdk.h Add zip file support 2021-01-28 20:11:01 -07:00
zsync.c NCZarr is outputting fill value as an array instead of a singleton. 2021-06-05 14:12:21 -06:00
ztracedispatch.h More NCZarr optimizations 2021-01-06 13:35:59 -07:00
ztype.c
zutil.c Upgrade the nczarr code to match Zarr V2 2021-04-24 19:48:15 -06:00
zvar.c Upgrade the nczarr code to match Zarr V2 2021-04-24 19:48:15 -06:00
zwalk.c Fix if statement to apply to fflush 2021-03-18 13:49:07 -06:00
zxcache.c Upgrade the nczarr code to match Zarr V2 2021-04-24 19:48:15 -06:00