cfdm.CellConnectivity.identities

CellConnectivity.identities(generator=False, **kwargs)[source]

Return all possible identities.

The identities comprise:

  • The connectivity type, preceded by 'connectivity:'.

  • 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 the default, a list.

kwargs: optional

Additional configuration parameters that may be used by subclasses.

Returns
list or generator

The identities.