geost.accessors.header.PointHeader.select_with_lines#
- PointHeader.select_with_lines(lines: str | Path | GeoDataFrame | GeometryType, buffer: float | int, invert: bool = False) GeoDataFrame[source]#
Make a selection of the header based on line geometries.
- Parameters:
lines (str | Path | gpd.GeoDataFrame | GeometryType) – Any type of line geometries that can be used for the selection: GeoDataFrame containing lines or filepath to a shapefile like file, or Shapely LineString, MultiLineString or list containing LineString objects.
buffer (float | int) – Buffer distance for selection geometries.
invert (bool, optional) – Invert the selection, by default False.
- Returns:
GeoDataFrame instance containing only the selected geometries.
- Return type:
gpd.GeoDataFrame