netcdf-c/ncgen3
Dennis Heimbigner f6e25b695e Fix additional S3 support issues
re: https://github.com/Unidata/netcdf-c/issues/2117
re: https://github.com/Unidata/netcdf-c/issues/2119

* Modify libsrc to allow byte-range reading of netcdf-3 files in private S3 buckets; this required using the aws sdk. Also add a test case.
* The aws sdk can sometimes cause problems if the Awd::ShutdownAPI function is not called. So at optional atexit() support to ensure it is called. This is disabled for Windows.
* Add documentation to nczarr.md on how to build and use the aws sdk under windows. Currently it builds, but testing fails.
* Switch testing from stratus to the Unidata bucket on S3.
* Improve support for the s3: url protocol.
* Add a s3 specific utility code file: ds3util.c
* Modify NC_infermodel to attempt to read the magic number of byte-ranged files in S3.

## Misc.

* Move and rename the core S3 SDK wrapper code (libnczarr/zs3sdk.cpp) to libdispatch since it now used in libsrc as well as libnczarr.
* Add calls to nc_finalize in the utilities in case atexit is disabled.
* Add header only json parser to the distribution rather than as a built source.
2021-10-29 20:06:37 -06:00
..
bigf1.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
bigf2.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
bigf3.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
bigr1.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
bigr2.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
bigr3.cdl moving to trunk subdir 2010-06-03 13:24:43 +00:00
c0.cdl merge-squash 2015-08-15 16:26:35 -06:00
CMakeLists.txt Revert "Revert "Fix nczarr-experimental: improve build support, disengage hdf5 vs netcdf4 flags, and find AWS libraries"" 2020-08-17 19:15:47 -06:00
depend moving to trunk subdir 2010-06-03 13:24:43 +00:00
escapes.c ncgen3 copyright stanzas updated. 2018-12-06 15:42:41 -07:00
generic.h ncgen3 copyright stanzas updated. 2018-12-06 15:42:41 -07:00
genlib.c ncgen3 copyright stanzas updated. 2018-12-06 15:42:41 -07:00
genlib.h ncgen3 copyright stanzas updated. 2018-12-06 15:42:41 -07:00
getfill.c ncgen3 copyright stanzas updated. 2018-12-06 15:42:41 -07:00
init.c ncgen3 copyright stanzas updated. 2018-12-06 15:42:41 -07:00
lfs-tests Fix pull request https://github.com/Unidata/netcdf-c/pull/374 (dap4.dmh) 2017-04-03 21:39:44 -06:00
load.c Regularize the semantics of mkstemp. 2021-05-14 11:33:03 -06:00
main_cpp.cpp This PR adds EXPERIMENTAL support for accessing data in the 2020-06-28 18:02:47 -06:00
main.c Fix additional S3 support issues 2021-10-29 20:06:37 -06:00
Makefile.am Codify cross-platform file paths 2021-03-04 13:41:31 -07:00
ncgen3.1 hyphens used as minus signs 2015-01-16 13:12:11 +01:00
ncgen.h ncgen3 copyright stanzas updated. 2018-12-06 15:42:41 -07:00
ncgen.l Fix FreeBSD fileno problem in the ncgen parsers 2021-09-28 14:03:19 -06:00
ncgen.y Fix FreeBSD fileno problem in the ncgen parsers 2021-09-28 14:03:19 -06:00
ncgenl.c Fix FreeBSD fileno problem in the ncgen parsers 2021-09-28 14:03:19 -06:00
ncgeny.c Fix FreeBSD fileno problem in the ncgen parsers 2021-09-28 14:03:19 -06:00
ncgeny.h Fix FreeBSD fileno problem in the ncgen parsers 2021-09-28 14:03:19 -06:00
run_nc4_tests.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
run_tests2.sh Fix pull request https://github.com/Unidata/netcdf-c/pull/374 (dap4.dmh) 2017-04-03 21:39:44 -06:00
run_tests.sh Primary change: add dap4 support 2017-03-08 17:01:10 -07:00