Working with one-hour long registers of three sensing channels we found:
- Unexpected timing of acquisition: unexpected-times notebook
- Data preview seems correct: data-preview notebook
On bash:
python -m venv venv
source ./venv/Scripts/activate
pip install -r requirements.txt
jupyter lab
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.