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.
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.