cf.BoundsFromNodesArray.conformed_data¶
-
BoundsFromNodesArray.
conformed_data
()[source]¶ The conformed node connectivity and node coordinate data.
The conformed data arrays are mutually consistent and are suitable of use in
Subarray
classes.New in version (cfdm): 1.11.0.0
- Returns
dict
The node connectivity data, with the key
'data'
, and the node coordinate data with the key'node_coordinates'
.