Skip to content

main_lithology API Reference

geoloop.bin.Lithologymain.main_lithology

main_lithology(config_path: str | Path) -> None

Command-line entry point to calculate and optionally save lithology to thermal conductivity conversions and produce and save plots.

Parameters:

Name Type Description Default
config_path str

Path to a JSON configuration file.

required
Notes

Expected JSON configuration fields (minimum): litho_k_param Defines parameter distributions for stochastic evaluation.

Returns:

Type Description
None