Skip to main content

Digitized geotechnical reference library — NAVFAC DM7, UFC 3-220-04N/05/07, UFC 3-260-02, FHWA GEC-6/7/10/11/12/13, Micropile, FEMA P-2192, and NOAA frost depth references

Project description

geotech-references

Digitized geotechnical reference library: callable Python functions for NAVFAC DM7 and FHWA GEC series equations, figures, and tables.

Installation

pip install geotech-references

Overview

This package provides 559 digitized functions from major geotechnical engineering references, turning published figures, tables, and equations into callable Python code.

from geotech_references.dm7_1.chapter1 import table_1_4_uscs_classification

result = table_1_4_uscs_classification(
    gravel_pct=25, sand_pct=55, fines_pct=20,
    liquid_limit=35, plasticity_index=12
)
print(result)  # {'symbol': 'SC', 'description': 'Clayey sand'}

Contents

NAVFAC DM7 (382 functions, 2,008 tests)

Module Topic Functions
dm7_1.chapter1 Identification & Classification 24
dm7_1.chapter2 Field Exploration & Testing 20
dm7_1.chapter3 Laboratory Testing 18
dm7_1.chapter4 Distribution of Stresses 17
dm7_1.chapter5 Consolidation & Settlement 42
dm7_1.chapter6 Seepage & Drainage 19
dm7_1.chapter7 Slope Stability 10
dm7_1.chapter8 Correlations for Soil Properties 35
dm7_2.prologue Index Properties 12
dm7_2.chapter2 Earth Pressures 26
dm7_2.chapter3 Shallow Foundations 22
dm7_2.chapter4 Deep Foundations 42
dm7_2.chapter5 Bearing Capacity (Deep) 62
dm7_2.chapter6 Retaining Structures 37
dm7_2.chapter7 Slope Stability (Earth Structures) 16

FHWA GEC Series & Micropile (95 functions, 802 tests)

Module Reference Functions
gec_6 Shallow Foundations (FHWA-SA-02-054) 13
gec_7 Soil Nail Walls (FHWA-NHI-14-007) 15
gec_10 Drilled Shafts (FHWA-NHI-10-016) 10
gec_11 MSE Walls & Slopes (FHWA-NHI-10-024) 17
gec_12 Driven Piles (FHWA-NHI-16-009) 16
gec_13 Ground Modification (FHWA-NHI-16-027) 10
micropile Micropile Design (FHWA-NHI-05-039) 14

FEMA, NOAA & UFC Standards (54 functions, 489 tests)

Module Reference Functions
fema_p2192 FEMA P-2192 Seismic Design Category (2024) 10
noaa_frost NOAA Frost Protected Shallow Foundations 9
ufc_backfill UFC 3-220-04N Backfill for Subsurface Structures 8
ufc_dewatering UFC 3-220-05 Dewatering and Groundwater Control 9
ufc_expansive UFC 3-220-07 Foundations in Expansive Soils 9
ufc_pavement UFC 3-260-02 Pavement Design for Airfields 9

Text Retrieval

Structured chapter text is available for GEC-6, GEC-7, GEC-10, GEC-12, GEC-13, and Micropile references:

from geotech_references._retrieval import search_sections

results = search_sections("gec_12", "pile setup")
for section in results:
    print(section["title"], "-", section["body"][:100])

Agents

Pre-built Foundry-style agent wrappers are included for all 14 references in the agents/ directory. These are standalone files for Palantir Foundry AIP Agent Studio — they are not part of the pip-installable geotech-references package. Copy them into your Foundry function repository as needed.

from agents.dm7_agent import dm7_agent, dm7_list_methods

# List available methods
print(dm7_list_methods("chapter1"))

# Call a specific function
result = dm7_agent("table_1_4_uscs_classification", '{"gravel_pct": 25, "sand_pct": 55, "fines_pct": 20, "liquid_limit": 35, "plasticity_index": 12}')

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_references-1.2.1.tar.gz (1.5 MB view details)

Uploaded Source

Built Distribution

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

geotech_references-1.2.1-py3-none-any.whl (1.5 MB view details)

Uploaded Python 3

File details

Details for the file geotech_references-1.2.1.tar.gz.

File metadata

  • Download URL: geotech_references-1.2.1.tar.gz
  • Upload date:
  • Size: 1.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for geotech_references-1.2.1.tar.gz
Algorithm Hash digest
SHA256 cd5542d12accb0f186c9c006993e4f26512a849450eb8bb67dfbf838c431e8f0
MD5 b0bd9416cf644de31399a2a3dc9675be
BLAKE2b-256 fb22177d0176360f4342dce7dfee874b5fbec2c6118ddde8a5829a7f3227ab62

See more details on using hashes here.

Provenance

The following attestation bundles were made for geotech_references-1.2.1.tar.gz:

Publisher: publish.yml on soconnell345-geotech/geotech-references

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geotech_references-1.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for geotech_references-1.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b841094329969915f924a99ebef9b5979032ac358c1d6d0818bac5e46d074985
MD5 b18f17d4333fc76d7b853d2f09760f22
BLAKE2b-256 ceed7957676960f2b8ea3772f43eccfb8dc0c5b06ce4e0bf099b7d290c13690c

See more details on using hashes here.

Provenance

The following attestation bundles were made for geotech_references-1.2.1-py3-none-any.whl:

Publisher: publish.yml on soconnell345-geotech/geotech-references

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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