hdt94 / data-example-obspy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data example with Obspy

Summary

Working with one-hour long registers of three sensing channels we found:

Up and running

On bash:

python -m venv venv
source ./venv/Scripts/activate
pip install -r requirements.txt
jupyter lab

Why not conda?

Obspy documentation encourages to work with conda but we're working with pip and venv instead considering recent not resolved issues of using conda along with JupyterLab.

About


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%