netcdf-c/libdispatch
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
..
CMakeLists.txt Added initial 'make dist', 'make distcheck' support to 2013-06-03 16:42:04 +00:00
datt.c
dattget.c
dattinq.c
dattput.c
dcompound.c
dcopy.c Addressed a handful of issues identified by 2013-08-05 20:36:33 +00:00
ddim.c Distinguish between NC_MAX_DIMS and NC_MAX_VAR_DIMS 2013-01-23 23:31:34 +00:00
ddispatch.c Caron says to use thredds-test 2013-03-25 18:01:32 +00:00
defcheck.c Caron says to use thredds-test 2013-03-25 18:01:32 +00:00
denum.c
derror.c
dfile.c [NCF-273]/HZY-708311 2013-12-22 12:53:20 -07:00
dgroup.c Changed argument list of nc_rename_grp to match definition of nc_rename_grp, 2013-07-22 17:27:43 +00:00
dopaque.c
dparallel.c Quincey's fixes for NCF-250, netCDF-4 parallel independent access with 2013-07-08 21:31:13 +00:00
dstring.c Make some things static that do not need to be externally visible 2013-03-24 17:33:17 +00:00
dsubstrate.c [NCF-273]/HZY-708311 2013-12-22 12:53:20 -07:00
dtype.c
dutf8proc.c
dv2i.c Fix part of JIRA NCF-253. 2013-05-10 18:15:11 +00:00
dvar.c
dvarget.c Addressed a handful of issues identified by 2013-08-05 20:36:33 +00:00
dvarinq.c
dvarput.c Addressed a handful of issues identified by 2013-08-05 20:36:33 +00:00
dvlen.c
Make0
Makefile.am Corrected a handful of syntax issues in CMake config files, 2013-02-20 23:28:28 +00:00
nc.c [NCF-273]/HZY-708311 2013-12-22 12:53:20 -07:00
ncaux.c
ncbytes.c Merged a handful of changes from netcdf-cmake branch. 2013-04-16 23:02:54 +00:00
nchashmap.c Addressed a handful of issues identified by 2013-08-05 20:36:33 +00:00
nclist.c
nclistmgr.c Fix contributed by Nath Gopalaswamy to large file problem reading 2013-06-25 17:04:10 +00:00
nclog.c Add quick check for Error {...} at start of the datadds data part 2013-02-07 22:14:57 +00:00
nctime.c
ncuri.c Addressed a handful of issues identified by 2013-08-05 20:36:33 +00:00
netcdf.m4
stubdef.c
utf8proc_data.h