netcdf-c/libncxml
Dennis Heimbigner 835b81a285 Cleanup DAP4 testing
NOTE: This PR should not be included in 4.9.1 since additional
DAP4 related PRs will be forthcoming.

This PR makes major changes to libdap4 and dap4_test driven by changes to TDS.

* Enable DAP4
* Clean up the test input files and the test baseline comparison files. This entails:
    * Remove a multitude of unused test input and baseline data files; among them are dap4_test/: daptestfiles, dmrtestfiles, nctestfiles, and misctestfiles.
    * Define a canonical set of test input files and record in dap4_test/cdltestfiles.
    * Use the cdltestfiles to generate the .nc test inputs. This set of .nc files is then moved to the d4ts (DAP4 test server) war file in the tds repository. This set then becomes the canonical set of DAP4 test sources.
    * Scrape d4ts to obtain copies of the raw streams of DAP4 encoded data. The .dmr and .dap streams are then stored in dap4_test/rawtestfiles.
    * Disable some remote server tests until those servers are fixed.
* Add an option to ncdump (-XF) that forces the type of the _FillValue attribute; this is primarily to simplify testing of fill mismatch.
* Minor bug fixes to ncgen.
* Changes to libdap4:
    * Replace old checksum hack with the dap4.checksum flag.
    * Support the dap4.XXX controls.
    * Cleanup _FillValue handling, especially var-attribute type mismatches.
    * Fix enum handling based on changes to netcdf-java.
* Changes to dap4_test:
    * Add getopt support to various test support programs.
    * Remove unneeded shell scripts.
    * Add new scripts: test_curlopt.sh
2022-11-13 13:15:11 -07:00
..
CMakeLists.txt Replace ezxml with tinyxml2 2021-12-22 21:04:40 -07:00
license.txt Replace ezxml with tinyxml2 2021-12-22 21:04:40 -07:00
Makefile.am 1. Fix conflicts with current master. 2022-03-15 15:33:13 -06:00
ncxml_ezxml.c Allow optional use of libxml2 2021-11-01 22:37:05 -06:00
ncxml_tinyxml2.cpp Update against main to remove conflicts 2022-01-31 12:23:27 -07:00
ncxml_xml2.c Cleanup DAP4 testing 2022-11-13 13:15:11 -07:00
tinyxml2.cpp 1. Fix conflicts with current master. 2022-03-15 15:33:13 -06:00
tinyxml2.h Replace ezxml with tinyxml2 2021-12-22 21:04:40 -07:00