map2loop.project#

Functions

hex_to_rgb(hex_color)

Convert a hex color code to an RGBA tuple.

Classes

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

DeformationHistory()

A class containing all the fault and fold summaries and relationships

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

FaultOrientation()

Base Class of Fault Orientation assigner to force structure of FaultOrientation

FaultOrientationNearest()

FaultOrientation class which estimates fault orientation based on nearest orientation

Map2ModelWrapper(map_data[, verbose_level])

A wrapper around map2model functionality

MapData([tmp_path, verbose_level])

A data structure containing all the map data loaded from map files

Project([verbose_level, tmp_path, ...])

The main entry point into using map2loop

Sampler()

Base Class of Sampler used to force structure of Sampler

SamplerDecimator([decimation])

Decimator sampler class which decimates the geo data frame based on the decimation value ie.

SamplerSpacing([spacing])

Spacing based sampler which decimates the geo data frame based on the distance between points along a line or in the case of a polygon along the boundary of that polygon ie.

Sorter()

Base Class of Sorter used to force structure of Sorter

SorterAgeBased()

Sorter class which returns a sorted list of units based on the min and max ages of the units

SorterAlpha()

Sorter class which returns a sorted list of units based on the adjacency of units prioritising the units with lower number of contacting units

SorterUseHint()

Sorter class which only returns the hint (no algorithm for sorting is done in this class)

SorterUseNetworkX()

Sorter class which returns a sorted list of units based on the unit relationships using a topological graph sorting algorithm

StratigraphicColumn()

A class containing all the fault and fold summaries and relationships

ThicknessCalculator()

Base Class of Thickness Calculator used to force structure of ThicknessCalculator

ThicknessCalculatorAlpha()

ThicknessCalculator class which estimates unit thickness based on units, basal_contacts and stratigraphic order

ThrowCalculator()

Base Class of Throw Calculator used to force structure of ThrowCalculator

ThrowCalculatorAlpha()

ThrowCalculator class which estimates fault throw values based on units, basal_contacts and stratigraphic order

VerboseLevel(value[, names, module, ...])