Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/valyauw/boreholeinterpreter
- Owner: ValYauw
- Created: 2023-04-30T13:26:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-15T14:16:46.000Z (over 1 year ago)
- Last Synced: 2024-11-11T02:37:55.433Z (2 months ago)
- Topics: geotechnical-engineering, matplotlib, pandas, python
- Language: Jupyter Notebook
- Homepage:
- Size: 29.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)