A Python project for seismic data analysis and ground failure assessment.
Install pixi: https://pixi.sh/dev/installation/
-
Clone this repository
-
Navigate to the project directory:
cd da-seis-groundfailure -
Install dependencies with pixi:
pixi install
-
Activate the environment:
pixi shell
pixi run jupyter labIn VSCode, select the Python kernel called 'default' (with a path .pixi/envs/default/bin/python) for notebooks in this repository.
Example notebooks are located in the notebooks/ directory.
.
├── README.md
├── pixi.toml # Package dependencies
└── notebooks/ # Jupyter notebooks
└── template.ipynb # Template notebook to get started
Main packages included:
- jupyter-lab
- matplotlib
- numpy
- pandas
- scipy
- seaborn
See pixi.toml for the complete list of dependencies.