geost.base.CptCollection.select_by_length#
- CptCollection.select_by_length(min_length: float = None, max_length: float = None)#
Select data from length constraints: e.g. all boreholes between 50 and 150 m long. If a keyword argument is not given it will not be considered.
- Parameters:
min_length (float, optional) – Minimum length of borehole/cpt, by default None.
max_length (float, optional) – Maximum length of borehole/cpt, by default 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:
New instance of the current object.