xugrid.UgridRolesAccessor.coordinates#

property UgridRolesAccessor.coordinates: Dict[str, Dict[str, Tuple[List[str], List[str]]]]#

Get the names of the coordinate variables from the topology attributes.

Returns a dictionary with the coordinates for the UGRID coordinates:

  • node coordinates

  • edge coordinates

  • face coordinates

Multiple coordinates may be defined. The coordinates are grouped by their role (x or y).

Returns:

coordinates

Return type:

dict[str, dict[str, Tuple[List[str]]]]