netcdf-c/libhdf5
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 Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
H5FDhttp.c typo5 2019-01-02 21:37:31 -07:00
H5FDhttp.h Provide byte-range reading of remote datasets 2019-01-01 18:27:36 -07:00
hdf5attr.c Spelling fixes 2019-09-18 08:03:01 -06:00
hdf5cache.c improved docs for cache functions, added libhdf5/hdf5cache.c to Doxyfile.in, added benchmark program for cache settings 2019-11-25 16:33:04 -07:00
hdf5create.c whitespace cleanup 2019-08-03 09:04:58 -06:00
hdf5debug.c Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
hdf5debug.h Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
hdf5dim.c added comment describing netcdf-4 behavior in data mode dim renames with longer names 2019-02-25 06:36:39 -07:00
hdf5dispatch.c Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
hdf5file.c moved call to nc4_rec_grp_del() to inside nc4_nc4f_list_del() 2019-07-16 16:29:06 -06:00
hdf5filter.c Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
hdf5grp.c cleanup of whitespace in HDF5 directory 2019-02-19 05:18:02 -07:00
hdf5internal.c only close non-zero typeids 2020-02-09 12:03:21 -07:00
hdf5open.c Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
hdf5type.c Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
hdf5var.c Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
Makefile.am Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
nc4hdf.c Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
nc4info.c Make the dap4 code resistant to various server errors. 2020-01-08 15:18:31 -07:00
nc4mem.c
nc4memcb.c Spelling fixes 2019-09-18 08:03:01 -06:00