geolib_plus.geolib_connectionspackage

Submodules

geolib_plus.geolib_connectionsmodule

class geolib_plus.geolib_connections.DFoundationsConnector

Bases: object

Class that has a number of function connecting GEOLIB+ with GEOLIB D-Foundations.

static create_profile_for_d_foundations(cpt: AbstractCPT) Tuple[Any, List[Any]]

Function used to transform class into a Profile that can be inputted in D-Foundations through GEOLIB.

geolib_plus.geolib_connections.validate_that_geolib_is_installed()