netcdf-c/examples/C
Dennis Heimbigner 44d0dcaad2 Add support for multiple filters per variable.
re: https://github.com/Unidata/netcdf-c/issues/1584

Support has been added for multiple filters per variable.  This
affects a number of components in netcdf. The new APIs are
documented in NUG/filters.md.

The primary changes are:
* A set of new functions are provided (see __include/netcdf_filter.h__).
    - Obtain a list of the filters associated with a variable
    - Obtain the parameters for a specific filter.
* The existing __nc_inq_var_filter__ function now returns info
  about the first defined filter.
* The utilities (ncgen, ncdump, and nccopy) now support
  an extended format for specifying a sequence of filters.
  The general form is __<filter>|<filter>..._.
* The ncdump **_Filter** attribute now dumps a list of all the
  filters associated with a variable using the above new format.
* Filter specifications can now use a filter name instead of number
  for filters known to the netcdf library, which in turn is taken
  from the HDF5 filter registration page.
* New errors are defined: NC_EFILTER and NC_ENOFILTER. The latter
  is returned if an attempt is made to access an unknown filter.
* Internally, the dispatch table has been extended to add a function
  to handle all of the filter functions.
* New, filter-related, tests were added to nc_test4.
* A new plugin was added to the plugins directory to help with testing.

Notes:
1. The shuffle and fletcher32 filters are not part of the multifilter system.

Misc. changes:
1. A debug module was added to libhdf5 to help catch error locations.
2020-02-16 12:59:33 -07:00
..
CMakeLists.txt turing on programs in examples/C 2019-05-12 09:12:42 -06:00
file.c Spelling fixes 2019-09-18 08:03:01 -06:00
filter_example.c Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
format.c turing on programs in examples/C 2019-05-12 09:12:42 -06:00
large_files.c Updating files to refer to the top-level COPYRIGHT file. 2018-12-04 15:52:43 -07:00
Makefile.am made examples quick_large_files and quick_small_files only run for large file builds 2019-07-02 09:14:50 -06:00
met4D.c Updating files to refer to the top-level COPYRIGHT file. 2018-12-04 15:52:43 -07:00
parallel_vara.c change to trigger CI 2019-01-14 13:26:52 -07:00
pres_temp_4D_rd.c example documentation cleanup 2019-03-12 10:11:07 -06:00
pres_temp_4D_wr.c example documentation cleanup 2019-03-12 10:22:44 -06:00
quick_large_files.c fixed warning in quick_large_files.c 2019-07-02 08:25:44 -06:00
quick_small_files.c fixed quick_small_files.c 2019-07-02 08:53:26 -06:00
run_examples4.sh Updating files to refer to the top-level COPYRIGHT file. 2018-12-04 15:52:43 -07:00
run_examples.sh Updating files to refer to the top-level COPYRIGHT file. 2018-12-04 15:52:43 -07:00
run_filter.sh Support installation of the bzip2 plugin under name libh5bzip2.so 2019-02-27 15:22:46 -07:00
run_par_test.sh.in Spelling fixes 2019-09-18 08:03:01 -06:00
sfc_pres_temp_more.c comment 2019-07-04 13:47:14 -06:00
sfc_pres_temp_rd.c example documentation cleanup 2019-03-12 10:21:36 -06:00
sfc_pres_temp_wr.c example documentation cleanup 2019-03-12 10:22:44 -06:00
simple_nc4_rd.c example documentation cleanup 2019-03-12 10:26:38 -06:00
simple_nc4_wr.c example documentation cleanup 2019-03-12 10:26:38 -06:00
simple_xy_nc4_rd.c Spelling fixes 2019-09-18 08:03:01 -06:00
simple_xy_nc4_wr.c Spelling fixes 2019-09-18 08:03:01 -06:00
simple_xy_rd.c example documentation cleanup 2019-03-12 10:28:10 -06:00
simple_xy_wr.c Updating files to refer to the top-level COPYRIGHT file. 2018-12-04 15:52:43 -07:00
simple.c cleanup of simple.c 2019-07-02 08:59:27 -06:00