netcdf-cxx4
netcdf-cxx4 copied to clipboard
Get attributes in the original order
Variable attributes / global attributes can be stored in any order in netcdf file, but getAtts()
returns a map / multimap which returns the attributes in ascending order according to the values of the key. Is there any function that returns attributes in the same order as the netcdf file stores? Thanks.