netcdf-c/ncdap_test
dmh 582410a407 [NCF-273]/HZY-708311
Add a new function called nc_inq_format_extended that
returns more detailed format information (vis-a-vis
nc_inq_format) about an open dataset.

Note that the netcdf API will present the file as if it had
the format specified by nc_inq_format.  The true file
format, however, may not even be a netcdf file; it might be
DAP, HDF4, or PNETCDF, for example. This function returns
that true file type.  It also returns the effective mode for
the file.

signature: nc_inq_format_extended(int ncid, int* formatp, int* modep)
where
* ncid is the NetCDF ID from a previous call to nc_open() or
  nc_create().
* formatp is a pointer to a location for returned true format.
* modep is a pointer to a location for returned mode flags.

Refer to the actual list in the file netcdf.h to see the
currently defined set.

Also added test cases (tst_formatx*).
2013-12-22 12:53:20 -07:00
..
expected3 Added initial 'make dist', 'make distcheck' support to 2013-06-03 16:42:04 +00:00
expected4 Added initial 'make dist', 'make distcheck' support to 2013-06-03 16:42:04 +00:00
expectremote3 Added initial 'make dist', 'make distcheck' support to 2013-06-03 16:42:04 +00:00
expectremote4 Added initial 'make dist', 'make distcheck' support to 2013-06-03 16:42:04 +00:00
expecttds3 Added initial 'make dist', 'make distcheck' support to 2013-06-03 16:42:04 +00:00
nocacheremote3 Added initial 'make dist', 'make distcheck' support to 2013-06-03 16:42:04 +00:00
nocacheremote4 Added initial 'make dist', 'make distcheck' support to 2013-06-03 16:42:04 +00:00
special3 Added initial 'make dist', 'make distcheck' support to 2013-06-03 16:42:04 +00:00
testdata3 Added initial 'make dist', 'make distcheck' support to 2013-06-03 16:42:04 +00:00
CMakeLists.txt Add http auth test to cmake 2013-11-15 13:44:27 -07:00
Makefile.am [NCF-273]/HZY-708311 2013-12-22 12:53:20 -07:00
nctestserver.c
run_ncdap_tests.sh
t_auth.c [NCF-277] 2013-11-15 11:38:54 -07:00
t_dap3a.c [NCF-273]/HZY-708311 2013-12-22 12:53:20 -07:00
t_dap3b.c
t_dap3c.c
t_dap4.c
t_dap4a.c
t_dap4c.c
t_dap.c
test_cvt.c add fix for '/' in dap names plus test 2013-02-04 18:49:48 +00:00
test_nstride_cached.c For some reason, the stack-allocated memory stopped working on Windows, for all versions of the file, not just the HEAD. Changing it over to heap-allocated memory seems to have fixed the problem. No Idea why this sprang up out of nowhere. 2013-09-09 12:58:42 -06:00
test_partvar2.c
test_partvar.c fix previous change to ensure proper return code 2012-12-07 02:25:57 +00:00
test_vara.c
test_varm3.c
tst_formatx.sh [NCF-273]/HZY-708311 2013-12-22 12:53:20 -07:00
tst_longremote3.sh
tst_longremote4.sh
tst_ncdap3.sh jira: NCF-232: bad conversion of grids 2013-02-26 04:31:06 +00:00
tst_ncdap4.sh
tst_ncdap_shared.sh jira: NCF-232: bad conversion of grids 2013-02-26 04:31:06 +00:00
tst_ncdap.sh 1. synch changes with oc2.0 2013-06-26 18:55:30 +00:00
tst_nocache3.sh [NCF-273]/HZY-708311 2013-12-22 12:53:20 -07:00
tst_nocache4.sh [NCF-273]/HZY-708311 2013-12-22 12:53:20 -07:00
tst_remote3.sh
tst_remote4.sh
tst_remote.sh define mode_t when under windows 2013-11-15 15:41:17 -07:00
tst_special.sh
tst_tds.sh Make some initial changes to support move to thredds.ucar.edu 2013-03-25 17:44:08 +00:00