netcdf-c/libdap2
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
..
obsolete Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
cache.c When doing prefetch in DAP2, ignore invisible variables. 2019-01-29 13:43:02 -07:00
cdf.c Spelling fixes 2019-09-18 08:03:01 -06:00
CMakeLists.txt Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
common.c Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
constraints.c Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
constraints.h Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
cvt 2011-04-17 18:56:10 +00:00
dapattr.c Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
dapcvt.c Fix MinGW build 2019-03-17 09:18:56 +01:00
dapdebug.c Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
dapdebug.h Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
dapdump.c Whack-a-mole 2019-11-04 14:11:55 -07:00
dapdump.h Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
dapincludes.h Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
dapnc.h Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
dapodom.c Spelling fixes 2019-09-18 08:03:01 -06:00
dapodom.h Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
daputil.c Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
daputil.h Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
dce.y Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
dceconstraints.c Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
dceconstraints.h Spelling fixes 2019-09-18 08:03:01 -06:00
dcelex.c Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
dceparse.c Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
dceparselex.h windows: detect Windows using the correct define name 2019-11-07 07:55:47 -05:00
dcetab.c A netcdfgroup email 2016-06-24 15:28:50 -06:00
dcetab.h A netcdfgroup email 2016-06-24 15:28:50 -06:00
env ckp 2017-03-11 15:20:20 -07:00
getvara.c Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
getvara.h Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
main.c Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
Makefile.am Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
nccommon.h Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
ncd2dispatch.c Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
ncd2dispatch.h final removal 2019-08-15 07:05:10 -06:00
ncdap.c Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
ncdapa.c Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
ncdaperr.c Updated COPYRIGHT stanza in libdap2 2018-12-06 14:21:03 -07:00
test1.sh move from oc1.0 to oc2.0; create new dir oc2 2012-07-31 20:34:13 +00:00
test_vara.c Fix LGTM complaint 2019-02-15 12:40:30 -07:00
todo completely rewritten constraint system 2011-11-14 04:20:19 +00:00
translation.html 2011-04-17 18:56:10 +00:00