ncdump-json icon indicating copy to clipboard operation
ncdump-json copied to clipboard

support netcdf4 groups

Open ocehugo opened this issue 10 years ago • 1 comments

if the cdl is a netcdf4 group type of file, ncdump-json produce an empty {} in the beginning of the json dump.

ocehugo avatar Sep 29 '15 07:09 ocehugo

Yes, groups are a “missing feature”. ncdump-json is based on the ncdump bundled in netcdf 4.1.1, and that version of ncdump does not support groups either...

A solution could be to diff ncdump 4.1.1 with a newer version to see where the changes are, and then write the proper code for ncdump-json.

jllodra avatar Sep 30 '15 21:09 jllodra