A statistical framework for estimation of local stratigraphy with uncertainty from drillhole lithology data.
Dependencies: numpy, matplotlib, networkx
To install:
pip install .
Usage:
python3 litho2strat.py -p <Parfile>
Example:
python3 litho2strat.py -p ./parfiles/Parfile_SA.txt
The module dependancies:
(The graph is obtained by running: pydeps litho2strat.py --max-bacon 3 --exclude matplotlib numpy networkx)