cf.SubsampledArray.get_attributes

SubsampledArray.get_attributes(copy=True)[source]

The attributes of the array.

Added in version (cfdm): 1.11.2.0

Parameters:
copy: bool, optional

If True then the returned attribute dictionary is a deep copy of those stored. If False (the default) then any in-place changes to dictionary or attributes will also affect the stored attributes.

Returns:
dict

The attributes.