Skip to content

gaia-hazlab/da-seis-groundfailure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

da-seis-groundfailure

A Python project for seismic data analysis and ground failure assessment.

Installation

Prerequisites

Install pixi: https://pixi.sh/dev/installation/

Setup

  1. Clone this repository

  2. Navigate to the project directory:

    cd da-seis-groundfailure
  3. Install dependencies with pixi:

    pixi install
  4. Activate the environment:

    pixi shell

Usage

Launch Jupyter Lab

pixi run jupyter lab

In VSCode, select the Python kernel called 'default' (with a path .pixi/envs/default/bin/python) for notebooks in this repository.

Notebooks

Example notebooks are located in the notebooks/ directory.

Project Structure

.
├── README.md
├── pixi.toml          # Package dependencies
└── notebooks/         # Jupyter notebooks
    └── template.ipynb # Template notebook to get started

Dependencies

Main packages included:

  • jupyter-lab
  • matplotlib
  • numpy
  • pandas
  • scipy
  • seaborn

See pixi.toml for the complete list of dependencies.

About

repository to compine hydrology, seismology, geotechnical engineering to predict liquefaction and ground failure during shaking of earthquakes

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors