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_nameproperty.All properties, preceded by the property name and a colon, e.g.
'long_name:Air temperature'.The netCDF variable name, preceded by
'ncvar%'.
Added in version (cfdm): 1.11.0.0
See also