cfdm.DomainTopology.identities¶
-
DomainTopology.
identities
(generator=False, **kwargs)[source]¶ Return all possible identities.
The identities comprise:
The cell type type, preceded by
'cell:'
.The
standard_name
property.All properties, preceded by the property name and a colon, e.g.
'long_name:Air temperature'
.The netCDF variable name, preceded by
'ncvar%'
.
New in version (cfdm): 1.11.0.0
See also