dmh
413e49d758
1. There were several bugs in ncdump/dumplib.c
...
that were not taking the CDF-5 format into account.
2. Had to update ncgen.1 man page to define the new
k-flag rules to deal with cdf-5.
3. Had to fix some tests that use 'cmp' for comparison;
this really should be deprecated.
3. There was a bug in configure.ac with respect
to using the enable-netcdf-4 flag vs
using disable-netcdf-4.
2015-11-06 17:03:28 -07:00
dmh
859f105005
merge-squash
2015-08-15 16:26:35 -06:00
Ward Fisher
e56c67a772
Added an assertion, although I'm not convinced it's strictly needed, it is for safety now. Will assess whether it can be reached (at a glance it's not reachable, but static analysis says it is) or not. Will update as needed.
2015-02-11 13:29:40 -07:00
Russ Rew
e4f9350c23
Quincey's fixes for NCF-56, "netcdf-4 can't read HDF5 scalar atts".
...
Also added ability capability for netCDF-4 to write and read NIL
values for string type attributes and variables, so these can be read
if used in HDF5 files.
Include are additions to CMakeLists files to reflect new tests.
2013-07-10 20:09:31 +00:00
Russ Rew
3ef3b35a94
Refactor to share functions between ncdump and nccopy. Merge nccopy
...
enhancements, based on contributed code from Martin van Driel, to
support -v, -g, -V, and -G options for selecting groups and variables
in output. Fix all clang warnings from nccopy and ncdump sources, as
well as a few other cleanup changes to testing code.
2013-01-23 17:45:29 +00:00
Russ Rew
7e6ffcb334
Fix ncdump bug on 32-bit platforms
2012-11-20 21:49:28 +00:00
Russ Rew
8e98e3727d
Fixed bug NCF-144 (ncdump of variables with multiple unlimited
...
dimensions). Added comprehensive tests that include variables with
lots of combinations of 0 through 4 fixed and unlimited dimensions.
2012-11-16 21:37:43 +00:00
Ward Fisher
18d507c00d
Changed 'boolean' to 'boolen' to avoid a name conflict under windows.
2012-09-10 22:07:04 +00:00
Ward Fisher
f820e5e5ee
2012-09-10 21:19:57 +00:00
Russ Rew
8d53da4826
Fixed bug "adding a bad _FillValue" bug (NCF-190). Fixed minor bugs
...
reported by static analysis, including memory leak in ncdump, missing
size_t cast for chunk cache. Fixed various doc problems, including
byte vs. char issues, missing NC_UBYTE in type list, needed link to
"Building with Windows" page.
2012-08-16 18:31:48 +00:00
Russ Rew
29d2ecbe68
Fix NCF-186, ncdump bug not escaping quotes and newlines in string data
2012-08-03 04:40:06 +00:00
Russ Rew
a24c1732b6
Fix unnecessary tests and other minor problems in ncdump identified by Coverity.
2012-07-31 22:17:42 +00:00
Russ Rew
75cb7837fb
Speed up nccopy on systems with big disk block sizes
2012-03-08 19:48:57 +00:00
Dennis Heimbigner
aebd11348a
1)Integrate the oc with improved performance
2012-01-29 18:56:29 +00:00
Russ Rew
5fdde5e399
Fix bug NCF-136, ncdump -c looping when dimensions inherited from parent group
2011-11-14 21:27:53 +00:00
Russ Rew
97c954a859
Add -g option to ncdump and test it
2011-09-21 23:10:03 +00:00
Dennis Heimbigner
12d4f46668
2011-09-18 20:57:51 +00:00
Russ Rew
51906ca254
Support Dave Allured's ncdump mods for time-valued attributes. Refactor all ncdump time code into nctime.c. Add '-i' option for strict ISO-8601 time notation. Fix backward compatibility test to not use DBL_MAX, which is the same as IEEE infinity when using only 15 significant digits of precision. Document ncdump time functionality in man page.
2011-09-12 21:31:08 +00:00
Russ Rew
50115604c8
Fixes for NCF-70, ncdump -t printing of time-values attributes. Haven't fixed printing of cell bounds for time-valued variables yet.
2011-08-31 18:28:08 +00:00
Russ Rew
52e525c19c
Factor out common functionality in ncdump and nccopy and share between them.
2011-01-05 23:48:47 +00:00
Russ Rew
a46ef6091e
another try at fixing MALLOC_CHECK_=3 error on spock
2010-08-11 04:58:14 +00:00
Russ Rew
b971b1d9d8
Don't use C99 inline declarations, gcc4 won't compile them.
2010-07-05 04:06:02 +00:00
Russ Rew
726e4b0457
Don't call nc_inq_dimids when netCDF-3 only
2010-07-05 00:00:23 +00:00
Russ Rew
a90944979f
Fix bug identifying coordinate variables in groups, from Felipe
...
Bertrand's bug report.
2010-07-02 17:20:01 +00:00
Ed Hartnett
18f4bca367
moving to trunk subdir
2010-06-03 13:24:43 +00:00