netcdf-c/plugins
Dennis Heimbigner 1552d894a2 Cleanup a number of issues.
re: Issue https://github.com/Unidata/netcdf-c/issues/2748

This PR fixes a number of issues and bugs.

## s3cleanup fixes
* Delete extraneous s3cleanup.sh related files.
* Remove duplicate s3cleanup.uids entries.

## Support the Google S3 API
* Add code to recognize "storage.gooleapis.com"
* Add extra code to track the kind of server being accessed: unknown, Amazon, Google.
* Add a new mode flag "gs3" (analog to "s3") to support this api.
* Modify the S3 URL code to support this case.
* Modify the listobjects result parsing because Google returns some non-standard XML elements.
* Change signature and calls for NC_s3urlrebuild.

## Handle corrupt Zarr files where shape is empty for a variable.
Modify behavior when a variable's "shape" dictionary entry.
Previously it returned an error, but now it suppresses such a variable.
This change makes it possible to read non-corrupt data from the file.
Also added a test case.

## Misc. Other Changes
* Fix the nclog level handling to suppress output by default.
* Fix de-duplicates code in ncuri.c
* Restore testing of iridl.ldeo.columbia.edu.
* Fix bug in define_vars() which did not always do a proper reclaim between variables.
2023-10-08 11:22:52 -06:00
..
blocksort.c Update the bzip library in plugins to version 1.0.8 2021-03-30 15:27:24 -06:00
BZIP2_LICENSE Enhance/Fix filter support 2022-03-14 12:39:37 -06:00
bzlib_private.h Update the bzip library in plugins to version 1.0.8 2021-03-30 15:27:24 -06:00
bzlib.c Update the bzip library in plugins to version 1.0.8 2021-03-30 15:27:24 -06:00
bzlib.h Update the bzip library in plugins to version 1.0.8 2021-03-30 15:27:24 -06:00
CMakeLists.txt Merge pull request #2758 from ZedThree/cmake-fix-linking-mpi 2023-10-02 16:20:43 -06:00
compress.c Update the bzip library in plugins to version 1.0.8 2021-03-30 15:27:24 -06:00
crctable.c Update the bzip library in plugins to version 1.0.8 2021-03-30 15:27:24 -06:00
decompress.c Update the bzip library in plugins to version 1.0.8 2021-03-30 15:27:24 -06:00
h5bzip2.h Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
h5misc.h Mitigate S3 test interference + Unlimited Dimensions in NCZarr 2023-09-26 16:56:48 -06:00
h5noop.h Allow redefinition of variable filters 2020-05-11 09:42:31 -06:00
H5checksum.c Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
H5Zblosc.c Mitigate S3 test interference + Unlimited Dimensions in NCZarr 2023-09-26 16:56:48 -06:00
H5Zblosc.h Modify PR https://github.com/Unidata/netcdf-c/pull/2655 to ensure transient types have names. 2023-07-22 20:40:53 -06:00
H5Zbzip2.c Support installation of filters into user-specified location 2022-04-29 14:31:55 -06:00
H5Zdeflate.c Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
H5Zfletcher32.c Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
H5Zmisc.c Cleanup a number of issues. 2023-10-08 11:22:52 -06:00
H5Znoop.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
H5Zshuffle.c Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
H5Zszip.c Enhance/Fix filter support 2022-03-14 12:39:37 -06:00
H5Zszip.h Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
H5Ztemplate.c Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
H5Zunknown.c Improve filter installation process to avoid use of an extra shell script 2022-05-14 16:05:48 -06:00
H5Zutil.c Add filter support to NCZarr 2021-09-02 17:04:26 -06:00
H5Zzstd.c Support installation of filters into user-specified location 2022-04-29 14:31:55 -06:00
H5Zzstd.h Modify PR https://github.com/Unidata/netcdf-c/pull/2655 to ensure transient types have names. 2023-07-22 20:40:53 -06:00
huffman.c Update the bzip library in plugins to version 1.0.8 2021-03-30 15:27:24 -06:00
Makefile.am Mitigate S3 test interference + Unlimited Dimensions in NCZarr 2023-09-26 16:56:48 -06:00
NCZhdf5filters.c Support installation of filters into user-specified location 2022-04-29 14:31:55 -06:00
NCZmisc.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
NCZstdfilters.c Fix internal bz2 problems 2022-05-27 15:45:34 -06:00
NCZszip.c Enhance/Fix filter support 2022-03-14 12:39:37 -06:00
NCZtest.c Improve filter installation process to avoid use of an extra shell script 2022-05-14 16:05:48 -06:00
randtable.c Update the bzip library in plugins to version 1.0.8 2021-03-30 15:27:24 -06:00