xugrid.Ugrid1d.intersect_linestring#
- Ugrid1d.intersect_linestring(obj: DataArray | Dataset, linestring: shapely.geometry.LineString) DataArray | Dataset #
Intersect linestrings with this grid, and fetch the values of the intersected faces.
- Parameters:
obj (xr.DataArray or xr.Dataset)
linestring (shapely.geometry.lineString)
- Returns:
selection – The name of the topology is prefixed in the x, y and s (spatium=distance) coordinates.
- Return type:
xr.DataArray or xr.Dataset