mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-24 16:04:40 +08:00
f376c23329
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 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
H5FDhttp.c | ||
H5FDhttp.h | ||
hdf5attr.c | ||
hdf5cache.c | ||
hdf5create.c | ||
hdf5debug.c | ||
hdf5debug.h | ||
hdf5dim.c | ||
hdf5dispatch.c | ||
hdf5file.c | ||
hdf5filter.c | ||
hdf5grp.c | ||
hdf5internal.c | ||
hdf5open.c | ||
hdf5type.c | ||
hdf5var.c | ||
Makefile.am | ||
nc4hdf.c | ||
nc4info.c | ||
nc4mem.c | ||
nc4memcb.c |