uxarray.Grid.node_edge_connectivity

uxarray.Grid.node_edge_connectivity#

property Grid.node_edge_connectivity#

Connectivity variable representing the indices of edges that contain each node.

In grids with a mix of geometries (e.g., triangles and hexagons), rows containing fewer than the maximum number of edge indices are padded with the fill value defined in INT_FILL_VALUE.

Returns:

node_edge_connectivity – An array of shape (n_node, n_max_node_edges) representing the connectivity.

Return type:

xarray.DataArray