Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/valyauw/boreholeinterpreter

Python Package to facilitate quick overview and interpretation of borehole and CPT data
https://github.com/valyauw/boreholeinterpreter

geotechnical-engineering matplotlib pandas python

Last synced: 10 days ago
JSON representation

Python Package to facilitate quick overview and interpretation of borehole and CPT data

Awesome Lists containing this project

README

        

# Borehole Interpreter

Borehole Interpreter is a Python library made for quick data visualization of geotechnical drillholes (boreholes and CPTs). It is targeted towards other geotechnical engineers as a tool of analysis & design.

*Warning*: Still in alpha development

Used tools:
- Pandas & Numpy
- Matplotlib
- SQLite
- Jupyter Notebook

## Demo

![Visualization](demo-screenshots/demo-borehole-visual.png)

![Visualization](demo-screenshots/demo-cpt-visual.png)

## Use Cases

- [Getting Started](./notebooks/Understanding%20the%20BoreholeInterpreter%20Object%20Model.md)
- [Borehole Visualization](./notebooks/Example%20-%20Borehole.md)
- [CPT Visualization](./notebooks/Example%20-%20CPT.md)
- [Big Dataset](./notebooks/Advanced%20Example%20Interpreting%20Large%20Data.md)