netcdf-c/libdap2
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
..
obsolete update nchashmap; move some old stuff in libdap2; fix new debug code 2012-08-19 21:12:35 +00:00
cache.c Sync with oc project. 2014-12-24 10:22:47 -07:00
cdf.c 1. synch with oc 2015-01-15 14:19:51 -07:00
CMakeLists.txt Manual merge of pull request https://github.com/Unidata/netcdf-c/pull/64 contributed by nschloe. Assorted CMake improvements. 2014-06-11 15:51:31 -06:00
common.c In preparation for adding dap4 support, I have cleaned up 2014-03-24 14:02:52 -06:00
constraints.c A netcdfgroup email 2016-06-24 15:28:50 -06:00
constraints.h Sync with oc project. 2014-12-24 10:22:47 -07:00
cvt 2011-04-17 18:56:10 +00:00
dapalign.c In preparation for adding dap4 support, I have cleaned up 2014-03-24 14:02:52 -06:00
dapalign.h In preparation for adding dap4 support, I have cleaned up 2014-03-24 14:02:52 -06:00
dapattr.c In preparation for adding dap4 support, I have cleaned up 2014-03-24 14:02:52 -06:00
dapcvt.c Followon to 2017-02-20 13:19:25 -07:00
dapdebug.c In preparation for adding dap4 support, I have cleaned up 2014-03-24 14:02:52 -06:00
dapdebug.h ckp 2016-04-06 19:51:40 -06:00
dapdump.c Sync with oc project. 2014-12-24 10:22:47 -07:00
dapdump.h In preparation for adding dap4 support, I have cleaned up 2014-03-24 14:02:52 -06:00
dapnc.h In preparation for adding dap4 support, I have cleaned up 2014-03-24 14:02:52 -06:00
dapodom.c In preparation for adding dap4 support, I have cleaned up 2014-03-24 14:02:52 -06:00
dapodom.h In preparation for adding dap4 support, I have cleaned up 2014-03-24 14:02:52 -06:00
daputil.c Corrected a couple of dereferencing-null errors identified by static analysis. 2015-02-10 13:51:52 -07:00
daputil.h In preparation for adding dap4 support, I have cleaned up 2014-03-24 14:02:52 -06:00
dce.y 2011-04-17 18:56:10 +00:00
dceconstraints.c Fix common typos 2015-08-20 11:42:05 +02:00
dceconstraints.h In preparation for adding dap4 support, I have cleaned up 2014-03-24 14:02:52 -06:00
dcelex.c Addressed a memory leak issue identified by static analysis. 2014-10-01 16:18:00 -06:00
dceparse.c A netcdfgroup email 2016-06-24 15:28:50 -06:00
dceparselex.h A couple of people have reported that 2016-07-11 14:11:20 -06:00
dcetab.c A netcdfgroup email 2016-06-24 15:28:50 -06:00
dcetab.h A netcdfgroup email 2016-06-24 15:28:50 -06:00
env ckp 2017-03-11 15:20:20 -07:00
getvara.c ckp 2016-04-06 14:05:58 -06:00
getvara.h In preparation for adding dap4 support, I have cleaned up 2014-03-24 14:02:52 -06:00
main.c In preparation for adding dap4 support, I have cleaned up 2014-03-24 14:02:52 -06:00
Make0 Modify ncdap_test/test_nstride_cached.c 2014-07-01 10:39:18 -06:00
Makefile.am A netcdfgroup email 2016-06-24 15:28:50 -06:00
nccommon.h ckp 2016-04-06 19:51:40 -06:00
ncd2dispatch.c Re: github issue https://github.com/Unidata/netcdf-c/issues/373 2017-03-11 16:17:20 -07:00
ncd2dispatch.h Oops, that should have goe into ncd2dispatch.h of course. 2016-04-28 14:30:29 -06:00
ncdap.c In preparation for adding dap4 support, I have cleaned up 2014-03-24 14:02:52 -06:00
ncdap.h Originally, libdap2 was also going to provide 2017-02-21 15:13:37 -07:00
ncdapa.c In preparation for adding dap4 support, I have cleaned up 2014-03-24 14:02:52 -06:00
ncdaperr.c Coverity fixing 2014-08-17 12:03:23 -06:00
test1.sh move from oc1.0 to oc2.0; create new dir oc2 2012-07-31 20:34:13 +00:00
test_vara.c Caron says to use thredds-test 2013-03-25 18:01:32 +00:00
todo completely rewritten constraint system 2011-11-14 04:20:19 +00:00
translation.html 2011-04-17 18:56:10 +00:00