cf.Data.get_tie_point_indices

Data.get_tie_point_indices(default=ValueError())[source]

Return the list variable for a compressed array.

Added in version (cfdm): 1.10.0.1

Parameters:
default: optional

Return the value of the default parameter if no tie point index variables have been set. If set to an Exception instance then it will be raised instead.

Returns:
dict

The tie point index variable for each subsampled dimension. A key identifies a subsampled dimension by its integer position in the compressed array, and its value is a TiePointIndex variable.

Examples

>>> l = d.get_tie_point_indices()