attributes
key-value Map of global attributes
Discussion
A containers.Map
type that contains the key-value pairs of all
global attributes in the NetCDF file. This is intended to be
read only. If you need to add a new attribute to file, use
addAttribute
.
Usage
model = ncfile.attributes('model');