mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-07 17:08:02 +08:00
As discussed in a netcdf meeting, convert NCZarr V2 to store all netcdf-4 specific info as attributes. This improves interoperability with other Zarr implementations by no longer using non-standard keys. ## Other Changes * Remove support for older NCZarr formats. * Update anonymous dimension naming * Begin the process of fixing the -Wconversion and -Wsign-compare warnings in libnczarr, nczarr_test, and v3_nczarr_test. * Update docs/nczarr.md * Rebuild using the .y and .l files
9 lines
81 B
Plaintext
9 lines
81 B
Plaintext
netcdf ref_scalar {
|
|
variables:
|
|
int v ;
|
|
v:_FillValue = -1 ;
|
|
data:
|
|
|
|
v = 17 ;
|
|
}
|