ncdump-json
ncdump-json copied to clipboard
support netcdf4 groups
if the cdl is a netcdf4 group type of file, ncdump-json produce an empty {} in the beginning of the json dump.
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.