cf.SubsampledArray.conformed_data¶
- SubsampledArray.conformed_data()[source]¶
Return the conformed tie points and any ancillary data.
Returns the tie points and any ancillary data in the forms required by the interpolation algorithm.
Added in version (cfdm): 1.10.0.0
- Returns:
dict
The conformed tie points, with the key
'data'
; the conformed interpolation parameters, with the key'parameters'
; and the conformed dependent tie points, with the key'dependent_tie_points'
.