mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-21 08:39:46 +08:00
12 lines
195 B
Plaintext
12 lines
195 B
Plaintext
|
netcdf testmap {
|
||
|
|
||
|
group: _nczarr {
|
||
|
} // group _nczarr
|
||
|
|
||
|
group: meta1 {
|
||
|
|
||
|
// group attributes:
|
||
|
:data = "{\n\"foo\": 42,\n\"bar\": \"apples\",\n\"baz\": [1, 2, 3, 4]}" ;
|
||
|
} // group meta1
|
||
|
}
|