netcdf-c/ncdump
Dennis Heimbigner d37ac215e2 Add new capabilities to filter code:
1. Allow nccopy to apply filters, especially on the output file.
   This provides a third way to do this other than using ncgen or
   programatically
2. Make sure that even if the filter code is not available, it is
   possible to see the filter id and parameters for variables using
   e.g ncdump -hs.
3. Fix bug in nccopy so that the input file does
   not necessarily have to be netcdf-4.
4. At last minute decided to change to using a
   single "_Filter" attribute for ncgen
5. Added a test to tst_filter.sh to generate C code using ncgen.
2017-05-14 18:10:02 -06:00
..
cdl Fix pull request https://github.com/Unidata/netcdf-c/pull/374 (dap4.dmh) 2017-04-03 21:39:44 -06:00
expected
bom.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
cdl.h Add new capabilities to filter code: 2017-05-14 18:10:02 -06:00
chunkspec.c
chunkspec.h
CMakeLists.txt Had to modify test_common.in so that it doesn't append the build type on Visual Studio. Otherwise it looks in the wrong location. Change the location of the utilities so that they are where test_common.sh expects to find them results in the breakage of most of the other shell scripts. 2017-04-06 14:55:11 -06:00
ctests.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
depend
dimmap.c
dimmap.h
dumplib.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
dumplib.h
env
indent.c
indent.h
inttags4.cdl re: gihub issue https://github.com/Unidata/netcdf-c/issues/380 2017-03-24 18:56:14 -06:00
inttags.cdl
isnan.h Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
Make0 Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
Makefile.am Merged master, DAP4 support into branch. 2017-04-19 09:29:35 -06:00
nc4print.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
nccomps.h
nccopy.1 Add new capabilities to filter code: 2017-05-14 18:10:02 -06:00
nccopy.c Add new capabilities to filter code: 2017-05-14 18:10:02 -06:00
ncdump.1
ncdump.c Add new capabilities to filter code: 2017-05-14 18:10:02 -06:00
ncdump.h Add provenance info for netcdf-4 files. 2016-05-07 14:32:07 -06:00
nciter.c
nciter.h
nctime0.c
nctime0.h
nctrunc.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
ocprint.c Fix pull request https://github.com/Unidata/netcdf-c/pull/374 (dap4.dmh) 2017-04-03 21:39:44 -06:00
ref1.ncml
ref_ctest1_nc4.cdl Wiring in more validation 2016-11-18 11:53:53 -07:00
ref_ctest1_nc4c.cdl
ref_ctest64.c
ref_ctest.c Fix pull request https://github.com/Unidata/netcdf-c/pull/374 (dap4.dmh) 2017-04-03 21:39:44 -06:00
ref_inttags4.cdl
ref_inttags.cdl
ref_nc_test_netcdf4_4_0.nc
ref_nc_test_netcdf4.cdl
ref_times.cdl
ref_tst_charfill.cdl
ref_tst_comp2.cdl
ref_tst_comp.cdl
ref_tst_compounds2.cdl
ref_tst_compounds2.nc
ref_tst_compounds3.cdl
ref_tst_compounds3.nc
ref_tst_compounds4.cdl
ref_tst_compounds4.nc
ref_tst_enum_data.cdl
ref_tst_fillbug.cdl
ref_tst_format_att_64.cdl
ref_tst_format_att.cdl
ref_tst_group_data_v23.cdl
ref_tst_group_data.cdl
ref_tst_grp_spec0.cdl
ref_tst_grp_spec.cdl
ref_tst_mud4_chars.cdl
ref_tst_mud4-bc.cdl
ref_tst_mud4.cdl
ref_tst_nans.cdl
ref_tst_ncf213.cdl Add provenance info for netcdf-4 files. 2016-05-07 14:32:07 -06:00
ref_tst_noncoord.cdl
ref_tst_opaque_data.cdl
ref_tst_small.cdl
ref_tst_solar_1.cdl
ref_tst_solar_2.cdl
ref_tst_special_atts3.cdl
ref_tst_special_atts.cdl Add provenance info for netcdf-4 files. 2016-05-07 14:32:07 -06:00
ref_tst_string_data.cdl
ref_tst_unicode.cdl
ref_tst_utf8_4.cdl
ref_tst_utf8.cdl
ref_tst_vlen_data2.cdl
ref_tst_vlen_data.cdl
rewrite-scalar.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
run_back_comp_tests.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
run_tests.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
run_utf8_nc4_tests.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
run_utf8_tests.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
small2.cdl
small.cdl
test0.cdl
tst_64bit.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_bom.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_brecs.cdl
tst_bug321.cdl
tst_bug324.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
tst_calendars.cdl
tst_calendars.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_charfill.cdl
tst_charfill.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_chunking.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
tst_comp2.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
tst_comp.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
tst_compress.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_create_files.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
tst_dimsizes.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
tst_dimsizes.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_enum_data.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
tst_fileinfo.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
tst_fileinfo.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_fillbug.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
tst_fillbug.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_formatx3.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_formatx4.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_group_data.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
tst_grp_spec.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_h_rdc0.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
tst_h_scalar.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
tst_h_scalar.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_inmemory_nc3.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_inmemory_nc4.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_inttags4.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_inttags.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_iter.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_lengths.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_mslp.cdl
tst_mud.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_nans.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
tst_nccopy3.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_nccopy4.sh Add new capabilities to filter code: 2017-05-14 18:10:02 -06:00
tst_ncgen4_classic.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_ncgen4_cycle.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_ncgen4_diff.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_ncgen4.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_ncgen_shared.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_ncml.cdl
tst_netcdf4_4.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_netcdf4.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_opaque_data.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_output.sh Fix pull request https://github.com/Unidata/netcdf-c/pull/374 (dap4.dmh) 2017-04-03 21:39:44 -06:00
tst_special_atts.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
tst_string_data.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
tst_unicode.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
tst_utf8.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
tst_vlen_data.c Refactoring tests to separate out error macros from tests, in support of fixing http://github.com/Unidata/netcdf-c/issues/321 2016-10-21 17:17:39 +00:00
utils.c re: Github issue netcdf-c 300 2016-08-08 09:24:19 -06:00
utils.h Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
vardata.c Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
vardata.h
XGetopt.c