geost.enums.UnitEnum.select_values#

classmethod UnitEnum.select_values(values: int | float | Iterable[int | float])[source]#

Select units by value.

Parameters:

units (int | float | Iterable[int | float]) – Number or array_like object of numbers for units to select.

Returns:

List of the selected units.

Return type:

List[enum]