geost.accessor.GeostFrame.select_by_length#
- GeostFrame.select_by_length(min_length: float = None, max_length: float = None) GeoDataFrame[source]#
Select data based on the length of the survey, which is determined by the difference between the surface and the end of the survey.
- Parameters:
min_length (float, optional) – Minimum length of the survey for selection.
max_length (float, optional) – Maximum length of the survey for selection.
- Returns:
GeoDataFrame instance containing only the selected surveys.
- Return type:
gpd.GeoDataFrame