Cloned library NetCDF-C-4.9.2 with extra build files for internal package management.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1017 B

2 years ago
netcdf testmeta {
group: _nczarr {
// group attributes:
:data = "{\"zarr_format\": 2,\"nczarr_version\": \"1.0.0\"}" ;
} // group _nczarr
group: _zgroup {
// group attributes:
:data = "{\"zarr_format\": 2}" ;
} // group _zgroup
group: _nczgroup {
// group attributes:
:data = "{\"dims\": {},\"vars\": [\"var1\"],\"groups\": []}" ;
} // group _nczgroup
group: _nczattr {
// group attributes:
:data = "{\"types\": {\"_NCProperties\": \"2\"}}" ;
} // group _nczattr
group: _zattrs {
// group attributes:
:data = "{\"_NCProperties\": \"version=\"}" ;
} // group _zattrs
group: var1 {
group: _zarray {
// group attributes:
:data = "{\"zarr_format\": 2,\"shape\": [],\"dtype\": \"<i4\",\"chunks\": [],\"fill_value\": -2147483647,\"order\": \"C\",\"compressor\": null,\"filters\": null}" ;
} // group _zarray
group: _nczvar {
// group attributes:
:data = "{\"dimrefs\": [],\"contiguous\": true}" ;
} // group _nczvar
} // group var1
}