netcdf-c/libhdf5
Dennis Heimbigner f376c23329 Make utilities support NC_COMPACT
re: https://github.com/Unidata/netcdf-c/issues/1642

Modify ncdump, nccopy, and ncgen to support the NC_COMPACT storage option.
Added test cases and added description to the man pages for the utilities.

1. ncdump: For compact storage variable, print special attribute __Storage_ as
````
    <var>: _Storage = "compact";
````

2. ncgen: parse and implement
````
    <var>: _Storage = "compact";
````
in a .cdl file

3. nccopy: Extend the chunk specification (-c flag) to support
   compact using the forms
````
nccopy ... -c <var>:compact
and
nccopy ... -c <var>:contiguous
````

Misc. other changes
1. cleanup the copy_chunking function in ncdump/nccopy.c
2020-02-29 12:06:21 -07:00
..
CMakeLists.txt Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
H5FDhttp.c typo5 2019-01-02 21:37:31 -07:00
H5FDhttp.h Provide byte-range reading of remote datasets 2019-01-01 18:27:36 -07:00
hdf5attr.c Spelling fixes 2019-09-18 08:03:01 -06:00
hdf5cache.c improved docs for cache functions, added libhdf5/hdf5cache.c to Doxyfile.in, added benchmark program for cache settings 2019-11-25 16:33:04 -07:00
hdf5create.c whitespace cleanup 2019-08-03 09:04:58 -06:00
hdf5debug.c Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
hdf5debug.h Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
hdf5dim.c added comment describing netcdf-4 behavior in data mode dim renames with longer names 2019-02-25 06:36:39 -07:00
hdf5dispatch.c Fix conflicts with master 2020-02-27 14:06:45 -07:00
hdf5file.c moved call to nc4_rec_grp_del() to inside nc4_nc4f_list_del() 2019-07-16 16:29:06 -06:00
hdf5filter.c fix parallel filter error discovered by Hartnett 2020-02-28 11:36:58 -07:00
hdf5grp.c cleanup of whitespace in HDF5 directory 2019-02-19 05:18:02 -07:00
hdf5internal.c only close non-zero typeids 2020-02-09 12:03:21 -07:00
hdf5open.c Fix conflicts with master 2020-02-27 14:06:45 -07:00
hdf5type.c Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
hdf5var.c Make utilities support NC_COMPACT 2020-02-29 12:06:21 -07:00
Makefile.am Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
nc4hdf.c Fix conflicts with master 2020-02-27 14:06:45 -07:00
nc4info.c Make the dap4 code resistant to various server errors. 2020-01-08 15:18:31 -07:00
nc4mem.c
nc4memcb.c Spelling fixes 2019-09-18 08:03:01 -06:00