Notebook: the GeoLab fibre and the 3x2023 DAS dataset
Completion requirements
Open this Colab notebook to replicate the exercises presented in the video tutorial.
- Environment Setup: Installation of
obspy,boto3, andsimpledas. - Example 0 / S3 Data retrieval: You learn how to connect to a public S3 bucket (GeoLab 3X.2023) using
boto3to download HDF5 DAS data files based on specific time windows. - Example 1 / Data formatting: Demonstrates how to use
simpledasto load raw data into a Pandas DataFrame and convert it into an OBSpyStreamobject for seismic processing. - Examples 2 and 3 / Manual whale detection: These exercises guide you through signal enhancement using bandpass and F-K (Frequency-Wavenumber) filtering to isolate Blue and Fin whale calls from background noise.
- Example 4 / Automated marine mammals detection: You implement a template-matching algorithm using cross-correlation to automatically identify whale vocalisations and generate a detection report and spectrogram.
- Example 5 / Coastal geophysics: This exercise shifts focus to oceanographic signals, where you analyse wave dispersion curves in the f-k domain to estimate water depth and the effects of ocean currents.
How to cite this notebook: Afonso Loureiro (2024): GeoLab. GFZ Data Services. Dataset/DAS. doi:10.14470/8K802502
Click on Notebook: the GeoLab fibre and the 3x2023 DAS dataset to open the resource.