netcdf-c/nczarr_test/ref_jsonconvention.cdl
2022-04-06 15:54:19 -06:00

14 lines
268 B
Plaintext

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 = _ ;
}