netcdf-c/nczarr_test/ref_jsonconvention.cdl

14 lines
268 B
Plaintext
Raw Normal View History

2022-04-07 05:54:19 +08:00
netcdf tmp_jsonconvention {
dimensions:
d1 = 1 ;
variables:
int v(d1) ;
v:varconvention = "{\n\"key1\": [1,2,3], \"key2\": {\"key3\": \"abc\"}}" ;
// global attributes:
:grpconvention = "{\"key1\": [1,2,3], \n\"key2\": {\"key3\": \"abc\"}}" ;
data:
v = _ ;
}