cf.Data.get_tie_point_indices¶
-
Data.get_tie_point_indices(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 tie point index variables have been set. If set to an
Exceptioninstance then it will be raised instead.
- Returns
dictThe 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
TiePointIndexvariable.
Examples
>>> l = d.get_tie_point_indices()