mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-06 15:34:44 +08:00
d1d2808919
This change-set modifies PR https://github.com/Unidata/netcdf-c/pull/2555 to add the changes listed below. Most of these changes are required by changes to the Java remotetest.unidata.ucar.edu server. ## DAP4 Related Changes * Add tests *dap4_test/test_constraints.sh* and *dap4_test/test_hyrax.sh*. * Provide explicit list of remotetest files to test. * Cleanup local checksum computing and verification. * Define a temporary Hyrax hack flag to deal with the way Hyrax handles checksums and add "#hyrax" fragment flag for it. * Add a hack to get past an LGTM problem with using "http:". * Improve debug support. ## Other Changes * Cleanup the recipe in *docs/nczarr.md* for building *aws-sdk-cpp* library.
17 lines
317 B
Plaintext
17 lines
317 B
Plaintext
netcdf test_opaque_array {
|
|
types:
|
|
opaque(16) opaque16_t ;
|
|
dimensions:
|
|
_Anonymous1 = 1 ;
|
|
_Anonymous2 = 2 ;
|
|
variables:
|
|
opaque16_t vo2(_Anonymous1, _Anonymous2) ;
|
|
|
|
// global attributes:
|
|
string :_dap4.ce = "/vo2[1][0:1]" ;
|
|
data:
|
|
|
|
vo2 =
|
|
0XFEDCBA98765432100000000000000000, 0XFEDCBA99999999990000000000000000 ;
|
|
}
|