netcdf-c/oc2
Dennis Heimbigner 3213705205 Re: github issue https://github.com/Unidata/netcdf-c/issues/373
Github issue https://github.com/Unidata/netcdf-c/issues/152
requested that "orphaned" DAS attributes be included in the netcdf
metadata as global variables. The term orphaned here meant that
they were not connected to any variable in the DDS.
This was done in pull request https://github.com/Unidata/netcdf-c/pull/164

However, some servers (e.g. Thredds) include attributes for variables not
specified in a constraint expression, but which exist in the full DDS.
So I was adding these to the set of global attributes, but in retrospect
this should not have been done: they should have been elided.

Solution: modify oc2 code to be more distriminatory about
which orphaned attributes to include.
2017-03-11 16:17:20 -07:00
..
auth.html.in Github issue 152: https://github.com/Unidata/netcdf-c/issues/152 2015-11-29 20:38:12 -07:00
CMakeLists.txt Github issue 152: https://github.com/Unidata/netcdf-c/issues/152 2015-11-29 20:38:12 -07:00
dap.y Fix for Github issue 314. 2016-09-01 22:06:07 -06:00
daplex.c Github issue 152: https://github.com/Unidata/netcdf-c/issues/152 2015-11-29 20:38:12 -07:00
dapparse.c Github issue 152: https://github.com/Unidata/netcdf-c/issues/152 2015-11-29 20:38:12 -07:00
dapparselex.h
dapy.c Fix for Github issue 314. 2016-09-01 22:06:07 -06:00
dapy.h Fix for Github issue 314. 2016-09-01 22:06:07 -06:00
dodsrc.example
Make0 Github issue 152: https://github.com/Unidata/netcdf-c/issues/152 2015-11-29 20:38:12 -07:00
Makefile.am Github issue 152: https://github.com/Unidata/netcdf-c/issues/152 2015-11-29 20:38:12 -07:00
oc.c
oc.css Github issue 152: https://github.com/Unidata/netcdf-c/issues/152 2015-11-29 20:38:12 -07:00
oc.h Github issue 152: https://github.com/Unidata/netcdf-c/issues/152 2015-11-29 20:38:12 -07:00
ocbytes.c
ocbytes.h
occlientparams.c
occlientparams.h
occompile.c
occompile.h
occonstraints.h
occurlflags.c
occurlfunctions.c
occurlfunctions.h
ocdata.c
ocdata.h
ocdatatypes.h
ocdebug.c
ocdebug.h
ocdump.c Addressed a memory leak identified by Coverity. See Coverity #1256386 2016-03-11 11:03:01 -07:00
ocdump.h
ochttp.c Github issue 152: https://github.com/Unidata/netcdf-c/issues/152 2015-11-29 20:38:12 -07:00
ochttp.h
ocinternal.c Fix preprocessor for mingw 2015-12-07 18:08:13 -08:00
ocinternal.h
oclist.c
oclist.h
oclog.c
oclog.h
ocnode.c Re: github issue https://github.com/Unidata/netcdf-c/issues/373 2017-03-11 16:17:20 -07:00
ocnode.h Re: github issue https://github.com/Unidata/netcdf-c/issues/373 2017-03-11 16:17:20 -07:00
ocrc.c Addressed coverity issue 1256385, potential resource leak. 2016-07-06 15:06:06 -06:00
ocread.c
ocread.h
ocuri.c
ocuri.h
ocutil.c
ocutil.h
ocx.h
xxdr.c
xxdr.h