geost.base.PointHeader.select_by_length#

PointHeader.select_by_length(min_length: float = None, max_length: float = None)[source]#

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:

Instance of PointHeader or containing only objects selected by this method.

Return type:

Child of PointHeader.