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

identity

Parameters
generator: bool, optional

If True then return a generator for the identities, rather than a list.

kwargs: optional

Additional configuration parameters that may be used by subclasses.

Returns
list or generator

The identities.