This website requires JavaScript.
Explore
Help
Sign In
mirror
/
netcdf-c
Watch
2
Star
0
Fork
0
You've already forked netcdf-c
mirror of
https://github.com/Unidata/netcdf-c.git
synced
2025-01-06 15:34:44 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
43abd699e1
netcdf-c
/
nc_test
/
nc_enddef.cdl
10 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
moving to trunk subdir
2010-06-03 21:24:43 +08:00
netcdf nc_enddef {
dimensions:
dim = 1;
variables:
double var(dim);
data:
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-30 10:06:37 +08:00
moving to trunk subdir
2010-06-03 21:24:43 +08:00
var = 1;
}
Reference in New Issue
Copy Permalink