--- license: ecl-2.0 task_categories: - text-classification language: - en tags: - public - text - education - predictive-analysis pretty_name: Seismic-Tsunami Event Linkage size_categories: - n<1K configs: - config_name: dataset data_files: - split: train path: - raw_seismic_tsunami_events.csv --- # Seismic-Tsunami Event Linkage The **Seismic-Tsunami Event Linkage** is a comprehensive, machine learning-ready dataset. It contains seismic characteristics and tsunami potential indicators for 782 significant earthquakes recorded globally from 2001 to 2022. This dataset has been specifically processed and structured for applications in tsunami risk prediction, earthquake analysis, and seismic hazard assessment. It is an enhanced version derived from the foundational "Earthquake Dataset" on Kaggle, optimized for robust binary classification tasks. ## Data Information - **Total Records**: 782 earthquakes - **Time Period**: January 1, 2001 to December 31, 2022 (22 years) - **Geographic Coverage**: Global (Latitude: -61.85° to 71.63°, Longitude: -179.97° to 179.66°) - **File Format**: CSV - **Missing Values**: None (100% complete) - **Target Variable**: `tsunami` (binary classification: 1 for tsunami potential, 0 for non-tsunami) ## Key Features 1. **Tsunami Classification** - **Non-Tsunami Events**: 478 records (61.1%) - **Tsunami-Potential Events**: 304 records (38.9%) - A well-balanced dataset suitable for binary classification tasks. 2. **Seismic Magnitude Distribution** - **Range**: 6.5 - 9.1 on the Richter scale - **Mean Magnitude**: 6.94 - **Major Earthquakes (≥8.0)**: Includes 28 events, such as the 2004 (9.1) and 2011 (9.1) mega-earthquakes. ## Feature Description | Feature | Type | Description | Range/Values | Tsunami Relevance | |-------------|---------|-------------------------------------------|-----------------------|-------------------| | `magnitude` | Float | Earthquake magnitude (Richter scale) | 6.5 - 9.1 | **High** | | `cdi` | Integer | Community Decimal Intensity (felt) | 0 - 9 | Medium | | `mmi` | Integer | Modified Mercalli Intensity (instrumental)| 1 - 9 | Medium | | `sig` | Integer | Event significance score | 650 - 2910 | **High** | | `nst` | Integer | Number of seismic monitoring stations | 0 - 934 | Low | | `dmin` | Float | Distance to nearest seismic station (deg) | 0.0 - 17.7 | Low | | `gap` | Float | Azimuthal gap between stations (deg) | 0.0 - 239.0 | Low | | `depth` | Float | Earthquake focal depth (km) | 2.7 - 670.8 | **High** | | `latitude` | Float | Epicenter latitude (WGS84) | -61.85° to 71.63° | **High** | | `longitude` | Float | Epicenter longitude (WGS84) | -179.97° to 179.66° | **High** | | `Year` | Integer | Year of occurrence | 2001 - 2022 | Medium | | `Month` | Integer | Month of occurrence | 1 - 12 | Low | | `tsunami` | Binary | Tsunami potential (TARGET) | 0, 1 | **TARGET VARIABLE** | ## Citation & Acknowledgements This dataset is a curated and enhanced version based on the original data provided by the "Earthquake Dataset" on Kaggle. We gratefully acknowledge the original contributors for making this valuable data publicly available.