netcdf-c/dap4_test/cdltestfiles
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
test_atomic_array.cdl
test_atomic_types.cdl
test_enum_1.cdl
test_enum_2.cdl
test_enum_3.cdl
test_enum_array.cdl
test_fill.cdl
test_groups1.cdl
test_misc1.cdl
test_one_var.cdl
test_one_vararray.cdl
test_opaque_array.cdl
test_opaque.cdl
test_struct1.cdl
test_struct_array.cdl
test_struct_nested3.cdl
test_struct_nested.cdl
test_struct_type.cdl
test_test.cdl
test_unlim1.cdl
test_unlim.cdl
test_utf8.cdl
test_vlen1.cdl
test_vlen2.cdl
test_vlen3.cdl
test_vlen4.cdl
test_vlen5.cdl
test_vlen6.cdl
test_vlen7.cdl
test_vlen8.cdl
test_vlen9.cdl
test_vlen10.cdl
test_vlen11.cdl
test_zerodim.cdl