cfdm.Data.get_dependent_tie_points

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

Return the list variable for a compressed array.

New in version (cfdm): 1.10.0.1

Parameters
default: optional

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

Returns
dict

The dependent tie point arrays needed by the interpolation method, keyed by the dependent tie point identities. Each key is a dependent tie point identity, whose value is a Data variable.

Examples

>>> l = d.get_dependent_tie_points()