geost.accessor.GeostFrame.select_by_elevation#

GeostFrame.select_by_elevation(top_min: float | int = None, top_max: float | int = None, end_min: float | int = None, end_max: float | int = None) GeoDataFrame[source]#

Select data based on the elevation of the top and/or end of the survey.

Parameters:
  • top_min (float | int, optional) – Minimum elevation of the top of the survey for selection.

  • top_max (float | int, optional) – Maximum elevation of the top of the survey for selection.

  • end_min (float | int, optional) – Minimum elevation of the end of the survey for selection.

  • end_max (float | int, optional) – Maximum elevation of the end of the survey for selection.

Returns:

GeoDataFrame instance containing only the selected surveys.

Return type:

gpd.GeoDataFrame