geost.base.PointHeader.select_with_points#

PointHeader.select_with_points(points: str | Path | GeoDataFrame, buffer: float | int, invert: bool = False)[source]#

Make a selection of the header based on point geometries.

Parameters:
  • points (str | Path | gpd.GeoDataFrame) – Geodataframe (or file that can be parsed to a geodataframe) to select with.

  • buffer (float | int) – Buffer distance for selection geometries.

  • invert (bool, optional) – Invert the selection, by default False.

Returns:

Instance of PointHeader containing only selected geometries.

Return type:

PointHeader