GeoTop selection#

StratGeotop#

StratGeotop()

Class for making selections of stratigraphic units in GeoTop containing class attributes four main groups of stratigraphic units:

StratGeotop.select_units(units)

Select units by name.

StratGeotop.select_values(values)

Select units by value.

StratGeotop.to_dict([key])

Create a mapping dictionary from StratGeotop with "unit": "value" or "value": "unit" mapping.

Lithology#

Lithology(value[, names, module, qualname, ...])

Lithology.select_units(units)

Select units by name.

Lithology.select_values(values)

Select units by value.

Lithology.to_dict([key])

Create a mapping dictionary from UnitEnum with "unit": "value" or "value": "unit" mapping.