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 Make branch compile under cmake 2017-08-31 15:32:41 -06:00
d4bytes.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
d4bytes.h Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
d4chunk.c This is the initial step in moving to the new higher performance 2018-02-08 19:53:40 -07:00
d4chunk.h Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
d4crc32.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
d4curlflags.c re: pull request: https://github.com/Unidata/netcdf-c/issues/487 2017-09-18 16:44:31 -06:00
d4curlfunctions.c re: gh issue https://github.com/Unidata/netcdf-c/issues/887 2018-02-27 14:22:04 -07:00
d4curlfunctions.h Merge master and resolve conflicts 2017-10-28 13:57:23 -06:00
d4cvt.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
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 Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
d4debug.h Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
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 Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
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 Begin changing over to use strlcat instead of strncat because 2017-11-23 10:55:24 -07:00
d4odom.h Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
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 Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
d4read.c Revert a stale change included in the merge. 2018-04-17 14:10:37 -06:00
d4read.h Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
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 Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
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 Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
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 Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
Makefile.am 1. Unify the rc file reading into libdispatch/drc.c. Eventually extend 2017-08-30 17:44:57 -06:00
ncd4.h Fix conflicts with master 2017-11-06 13:15:10 -07:00
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 Fix conflicts with master 2017-11-06 13:15:10 -07:00