Unidata / netcdf-cxx4

Official GitHub repository for netCDF-C++ libraries and utilities.
Other
126 stars 49 forks source link

Get attributes in the original order #114

Open the-1000th-summer opened 3 years ago

the-1000th-summer commented 3 years ago

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.