geost.bro.bro_geotop.Lithology.select_units#
- classmethod Lithology.select_units(units: str | Iterable[str])#
Select units by name.
- Parameters:
units (str | Iterable[str]) – Name as string or array_like object of strings with names to select.
- Returns:
List of the selected units.
- Return type:
List[enum]