Skip to main content

Python toolkit for LLM-based geotechnical engineering agents — 37 analysis modules covering foundations, piles, slopes, seismic, FEM, PDF/DXF import, and more

Project description

GeotechStaffEngineer

Python toolkit for LLM-based geotechnical engineering agents. 35 analysis modules covering foundations, piles, slopes, seismic analysis, ground improvement, FEM, and more.

Installation

# Core package (numpy + scipy + geotech-references)
pip install geotech-staff-engineer

# With all optional agent libraries
pip install geotech-staff-engineer[full]

# Or install individual extras
pip install geotech-staff-engineer[plot,groundhog,opensees]

Quick Start

from bearing_capacity import Footing, SoilLayer, BearingSoilProfile, BearingCapacityAnalysis

footing = Footing(width=2.0, length=10.0, depth=1.5, shape="strip")
layer = SoilLayer(friction_angle=30.0, cohesion=10.0, unit_weight=18.0, thickness=10.0)
profile = BearingSoilProfile(layer1=layer, gwt_depth=5.0)

analysis = BearingCapacityAnalysis(footing=footing, soil=profile)
result = analysis.compute()
print(result.summary())

Modules

All units are SI (meters, kPa, kN, degrees). Every module returns dataclasses with .summary() and .to_dict() methods for easy LLM integration.

Core Analysis (20 modules)

Module Purpose
bearing_capacity Shallow foundations — Vesic, Meyerhof, Hansen
settlement Consolidation and immediate settlement
axial_pile Driven pile capacity — Nordlund, Tomlinson, Beta
sheet_pile Cantilever and anchored sheet pile walls
soe Support of excavation — braced/cantilever walls, stability, ground anchors
lateral_pile Lateral pile analysis — COM624P, 8 p-y models
pile_group Rigid-cap pile groups — 6-DOF, efficiency factors
wave_equation Smith 1-D wave equation — bearing graph, drivability
drilled_shaft Drilled shaft capacity — GEC-10 alpha/beta/rock socket
seismic_geotech Site classification, M-O pressures, liquefaction
retaining_walls Cantilever and MSE retaining walls
ground_improvement Aggregate piers, wick drains, vibro-compaction
slope_stability Fellenius, Bishop, Spencer — circular slip, soil nails
downdrag Neutral plane method, dragload estimation
geotech_common Shared soil profile, adapters, plotting utilities
calc_package Calculation package report generation
subsurface_characterization DIGGS parser, Plotly visualizations, trend stats
wind_loads ASCE 7-22 wind on freestanding walls and fences
dxf_import DXF CAD import for slope stability geometry
fem2d 2D plane-strain FEM — CST/Q4/beam, MC/HS, SRM, seepage, consolidation

Library Wrapper Agents (15 modules)

Each agent wraps a third-party geotechnical library with a dict-based API for LLM tool use.

Module Library Purpose
opensees_agent OpenSeesPy PM4Sand cyclic DSS, BNWF pile, 1D site response
pystrata_agent pystrata 1D equivalent-linear site response
seismic_signals_agent eqsig + pyrotd Earthquake signal processing
liquepy_agent liquepy CPT-based liquefaction triggering
pygef_agent pygef GEF/BRO-XML CPT and borehole parsing
hvsrpy_agent hvsrpy HVSR site characterization
gstools_agent gstools Geostatistical kriging and random fields
ags4_agent python-ags4 AGS4 data format reading and validation
salib_agent SALib Sobol and Morris sensitivity analysis
pyseismosoil_agent PySeismoSoil Nonlinear soil curve calibration
swprocess_agent swprocess MASW surface wave dispersion
geolysis_agent geolysis Soil classification and SPT corrections
pystra_agent pystra FORM/SORM/Monte Carlo reliability
pydiggs_agent pydiggs DIGGS 2.6 XML validation
groundhog_agent groundhog Site investigation and soil mechanics

GUIs

Interactive browser-based GUIs built with Plotly Dash:

GUI Command Purpose
slope_stability_gui.py python slope_stability_gui.py Slope stability analysis with live preview
fem2d_gui.py python fem2d_gui.py 2D FEM analysis — gravity, foundation, SRM, excavation, seepage, consolidation

Requires pip install geotech-staff-engineer[gui] for Dash and Plotly dependencies.

Optional Extras

Extra Libraries
plot matplotlib
calc jinja2
groundhog groundhog
opensees openseespy
pystrata pystrata
seismic-signals eqsig, pyrotd
liquepy liquepy
pygef pygef
hvsrpy hvsrpy
gstools gstools
ags4 python-ags4
salib SALib
pyseismosoil PySeismoSoil
swprocess swprocess
geolysis geolysis
pystra pystra
pydiggs pydiggs
dxf ezdxf
gui dash, plotly
full All of the above

Related Package

geotech-references — Digitized NAVFAC DM7 and FHWA GEC reference library (installed automatically as a dependency).

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

geotech_staff_engineer-3.5.0.tar.gz (565.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

geotech_staff_engineer-3.5.0-py3-none-any.whl (679.7 kB view details)

Uploaded Python 3

File details

Details for the file geotech_staff_engineer-3.5.0.tar.gz.

File metadata

  • Download URL: geotech_staff_engineer-3.5.0.tar.gz
  • Upload date:
  • Size: 565.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for geotech_staff_engineer-3.5.0.tar.gz
Algorithm Hash digest
SHA256 37d99252f8678209ac81f9767abe66fe3716143704e6d5b59a542ea5e6338309
MD5 a11a4ceb5d592249ddcda177281db53c
BLAKE2b-256 2bbb8008152c65acad584e52974d12226ca57892b37174b832de3052d808ea96

See more details on using hashes here.

File details

Details for the file geotech_staff_engineer-3.5.0-py3-none-any.whl.

File metadata

File hashes

Hashes for geotech_staff_engineer-3.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 db13f9245311e84262f9e4e2f8b82fe6caaddce7a0b276c5ff0e9ed7bb956a8b
MD5 568442ef903eb2d76e3a7265906f7531
BLAKE2b-256 25a9ccd5389404d90dbebfe22ac7471f88d14d95aa044cb49c34a8659ff3460c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page