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 for use in
Subarray
classes.Added 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'
.