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.
33 lines
621 B
33 lines
621 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\": {\"dim1\": 1},\"vars\": [],\"groups\": []}" ;
|
||
|
} // group _nczgroup
|
||
|
|
||
|
group: _nczattr {
|
||
|
|
||
|
// group attributes:
|
||
|
:data = "{\"types\": {\"_NCProperties\": \"2\"}}" ;
|
||
|
} // group _nczattr
|
||
|
|
||
|
group: _zattrs {
|
||
|
|
||
|
// group attributes:
|
||
|
:data = "{\"_NCProperties\": \"version=\"}" ;
|
||
|
} // group _zattrs
|
||
|
}
|