geost.base.Collection.select_by_length#
- Collection.select_by_length(min_length: float = None, max_length: float = None) Collection[source]#
Select data from length constraints: e.g. all surveys between 50 and 150 m long.
- Parameters:
min_length (float, optional) – Minimum length of the survey. The default is None.
max_length (float, optional) – Maximum length of the survey. The default is None.
- Returns:
New instance of the current object containing only the selection resulting from application of this method. e.g. if you are calling this method from a Collection, you will get an instance of a Collection back.
- Return type: