Skip to content

DIGGSml/dalah_san

Repository files navigation

Dalah San Beta Submission

Team Members

  • Irene Peng

Challenge Theme

Direct Design/Interpretation: Develop tools that use DIGGS data for engineering analysis, design recommendations, or automated interpretations.

Project Description

Dalah San is a geotechnical engineering web application that integrates DIGGS XML data into practical engineering workflows. The project focuses on transforming DIGGS-structured subsurface data into engineering calculations, design checks, and interpretation-ready outputs for field and design decisions.

Current completed modules used for submission:

  • Liquefaction analysis
  • Shallow foundation analysis
  • Deep excavation safety checks (uplift and sand boil)

The application includes DIGGS import/processing, engineering parameter handling, calculation pipelines, and result visualization to support applied geotechnical practice.

Technologies Used

  • Python
  • Flask
  • NumPy
  • Pandas
  • Matplotlib
  • OpenPyXL / XlsxWriter
  • HTML/CSS/JavaScript
  • DIGGS XML data model

Setup Instructions

Dalah San is a web-based tool. https://dalah-san.zeabur.app/

Demo

welcome Diggs_map shallow uplift_sanboil USGS_API analysis_summary

Repository Structure

dalah_san/
├── README.md
├── LICENSE
├── docs/              # Documentation
├── demo/              # Demo materials
└── src/               # Application source
    ├── app.py         # Flask entry
    ├── routes/        # API routes (feedback, diggs, excavation, shallow, etc.)
    ├── templates/     # index.html (single-page UI)
    ├── static/        # CSS, JS, images, Leaflet
    ├── utils/         # Helpers
    └── tools/         # Preprocessing scripts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors