netcdf-cxx4 icon indicating copy to clipboard operation
netcdf-cxx4 copied to clipboard

Get attributes in the original order

Open the-1000th-summer opened this issue 3 years ago • 0 comments

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.

the-1000th-summer avatar Aug 15 '21 05:08 the-1000th-summer