netcdf-c/libdap4
Dennis Heimbigner b02703aa24 This PR primarily addresses Issue https://github.com/Unidata/netcdf-c/issues/725.
After a long discussion, I implemented the rules at the end of that issue.
They are documented in nccopy.1.

Additionally, I added a new, per-variable, -c flag that allows
for the direct setting of the chunking parameters for a variable.
The form is
    -c var:c1,c2,...ck
where var is the name of the variable (possibly a fully qualified name)
and the ci are the chunksizes for that variable. It must be the case
that the rank of the variable is k. If the new form is used as well
as the old form, then the new form overrides the old form for the
specified variable. Note that multiple occurrences of the new form
-c flag may be specified.

Misc. Other fixes
1. Added -M <size> option to nccopy to specify the minimum
   allowable chunksize.
2. Removed the unused variables from bigmeta.c
   (Issue https://github.com/Unidata/netcdf-c/issues/1079)
3. Fixed failure of nc_test4/tst_filter.sh by using the new -M
   flag (#1) to allow filter test on a small chunk size.
2018-07-26 20:16:02 -06:00
..
CMakeLists.txt
d4bytes.c
d4bytes.h
d4chunk.c This is the initial step in moving to the new higher performance 2018-02-08 19:53:40 -07:00
d4chunk.h
d4crc32.c
d4curlflags.c
d4curlfunctions.c re: gh issue https://github.com/Unidata/netcdf-c/issues/887 2018-02-27 14:22:04 -07:00
d4curlfunctions.h
d4cvt.c
d4data.c This PR primarily addresses Issue https://github.com/Unidata/netcdf-c/issues/725. 2018-07-26 20:16:02 -06:00
d4debug.c
d4debug.h
d4dump.c 1. Keep up to date by merging master 2018-01-16 11:00:09 -07:00
d4file.c fxed another clang warning 2018-07-06 06:49:32 -06:00
d4fix.c Follow-up trivial typos 2018-04-26 23:04:01 -04:00
d4http.c Follow-up trivial typos 2018-04-26 23:04:01 -04:00
d4http.h
d4includes.h Fix build on pre-C99 compilers 2017-11-26 01:47:54 +05:30
d4meta.c Follow-up trivial typos 2018-04-26 23:04:01 -04:00
d4odom.c
d4odom.h
d4parser.c Resolving conflicts in support of https://github.com/Unidata/netcdf-c/pull/424 2018-04-17 14:03:52 -06:00
d4printer.c
d4read.c Revert a stale change included in the merge. 2018-04-17 14:10:37 -06:00
d4read.h
d4swap.c Follow-up trivial typos 2018-04-26 23:04:01 -04:00
d4util.c Resolving conflicts in support of https://github.com/Unidata/netcdf-c/pull/424 2018-04-17 14:03:52 -06:00
d4util.h
d4varx.c This is the initial step in moving to the new higher performance 2018-02-08 19:53:40 -07:00
ezxml_extra.c
ezxml.c Follow-up trivial typos 2018-04-26 23:04:01 -04:00
ezxml.h Follow-up trivial typos 2018-04-26 23:04:01 -04:00
Make0
Makefile.am
ncd4.h
ncd4dispatch.c Merge remote-tracking branch 'origin/cleanncgen.dmh' into pr-aggregate.wif 2018-04-20 13:06:26 -06:00
ncd4dispatch.h re: esupport MQO-415619 2018-02-25 21:45:31 -07:00
ncd4types.h