cfdm.CFDMImplementation.set_dependent_tie_points

CFDMImplementation.set_dependent_tie_points(construct, tie_points, dimensions)[source]

Set dependent tie points and their dimensions.

This applies to arrays compressed by subsampling.

Added in version (cfdm): 1.10.0.0

Parameters:
construct:

The construct containing the compressed data. Will be changed in-place.

tie_points: dict

The dependent tie point arrays, keyed by their identities.

dimensions: dict

The dimensions spanned by the tie point arrays, keyed by their identities.

Returns:

None