
Description This repository contains codes and supporting datasets (earthquake catalogs, cable geometry, P and S-picks, and cross-correlation tables) for Bocchini et al. (in review in Earth System Science Data (ESSD)) The same files shared in this repository are also available in https://gitlab.ruhr-uni-bochum.de/bocchgxw/das-kefalonia The paper presents a new earthquake catalog constructed using DAS (Distributed Acoustic Sensing) and seismic station data, and provides two-week open-access DAS waveforms used to build the earthquake catalog. Note: Continuous DAS waveforms are uploaded separately. Link to DAS waveform data repository: > Bocchini, G. M., Roth, M., Harrington, R.M. (2025). Earthquake Catalog and Continuous Waveforms From a Two-week Distributed Acoustic Sensing Experiment On Kefalonia Island, Greece. https://doi.org/10.60517/cv43p1601 The catalog and the data analysis spans from 23:00 h on 1st August 2024 to 23:00 h on 15th August 2024. Repository Structure das_kefalonia/ ├── Cable_geometry/ │ ├── das_channels.csv # List of DAS channels with geographic coordinates │ ├── das_channels_with_section_ids.csv # DAS channels with segment ids │ └── median_das_channels_per_segment.csv # Median channel per segment (used for location) │ ├── Catalogs/ │ ├── Catalog_with_absolute_earthquake_locations.csv # Catalog of 356 earthquakes obtained using DAS and seismic station data │ ├── Enhanced_earthquake_catalog.csv # Enhanced catalog of 2871 events from cross-correlation of target with template events on DAS channels │ └── list_of_detections.csv # List of detected events with HECTOR │ ├── Codes/ │ ├── das_class.py # Python class for handling DAS data │ ├── Divide_cable_in_segments.ipynb # Notebook for segmenting cable by azimuth and number of channels │ ├── main_plot_events.py # Script to plot events recorded along the cable │ └── utils_filetime.py # Utility functions for file handling/time operations │ ├── Cross-correlation-files/ │ ├── target_template_pairs_max_ccc.csv # Target-template pairs with highest cross-correlation │ ├── template_pairs_all_ccc.csv # Cross-correlation between all template event pairs │ └── template_pairs_max_ccc.csv # Template event pairs with highest cross-correlation │ ├── PhaseNet-DAS_picks/ │ ├── kef0131.csv │ └── kef1730.csv │ └── ... │ └── README.md Requirements To run the scripts in this repository, install the following Python packages: numpy>=1.23 pandas>=1.5 matplotlib>=3.6 geopy>=2.3 scipy>=1.10 obspy>=1.5 h5py>=3.9 Citation If you use these datasets or code in your work, please cite: Bocchini, G.M., Bozzi, E., Roth, M.P., Gaviano, S., Pascucci, G., Grigoli, F., Biondi, E., Sokos, E., Harrington, R.M., Earthquake Catalog and Continuous Waveforms from a Two-Week Distributed Acoustic Sensing experiment on Kefalonia Island, Greece, Submitted to ESSD. License Data: The datasets in this repository are licensed under the Creative Commons Attribution 4.0 International License (CC BY 4.0). You may copy, share, and adapt the data as long as you provide proper attribution. Code: The scripts and notebooks in this repository are licensed under the MIT License. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT.
