Dennis Heimbigner
Dennis Heimbigner
Any chance of getting this software released under Apache V2 or BSD 3-clause licenses?
[Note: it is probable that some fixes will be needed for this PR] The old DAP4 code assumed that all source files on the server could be specified using a...
re: esupport JKC-446580 Assuming we do not already have it, we should consider providing a standardized page from our server that gives the value of various properties. OpenDap download limits...
It is desirable to upgrade the Apache httpclient version dependencies we use for httpservices in 5.0.0.
re: Issue https://github.com/Unidata/netcdf-c/issues/2465 re: Issue https://github.com/Unidata/netcdf-c/issues/2259 [Note: It also tangentially affects PR https://github.com/Unidata/netcdf-c/pull/2466 since this PR requires that PR to be merged before this one and actually includes that PR...
re: Issue https://github.com/Unidata/netcdf-c/issues/2458 The above Github Issue revealed some bugs in the file netcdf-c/plugins/H5Zblosc.c. Fixed and added a testcase. Also discovered that the Blosc LZ sub-compressors do not work well...
re: https://github.com/Unidata/netcdf-c/issues/2420 nc_test4/tst_vars3.c has the wrong conditional around the szip tests (did I do that?). Anyway, the current test is > #ifdef HAVE_SZ and it should be > #ifdef HAVE_H5Z_SZIP...
re: https://github.com/Unidata/netcdf-c/pull/2431 Hat tip to [DWesl](https://github.com/DWesl) and [opoplawski](https://github.com/opoplawski) for their help. With some help, I found out how to get rid of the tmp_LTLIBARIES hack and replace it with check_LTLIBRARIES....
It occurs to me that we should consider improving the performance of NCDEFAULT_get/put_vars since they are still being used for some dispatch tables. The current implementations operate by reading/writing one...
In PR https://github.com/Unidata/netcdf-c/pull/1001 we converted the netcdf-4 code to use the HDF5 hyperslab operators to speed up strided access (stride > 1). This replaces an older element-at-a-time code implementing strided...