DST earthquakes, damage & environmental effects database
The SQL Server database is designed to store, manage, and analyze comprehensive information about historical earthquakes, their associated damage, and environmental effects. Its structure is optimized for efficient querying, scalability, and integration with advanced analytical tools.
The database uses a relational schema to organize data into well-defined tables, enabling seamless data retrieval and management. The key tables in the schema include:
Earthquakes: This table stores detailed information about individual earthquake events, including attributes such as the event ID, date, time, epicenter coordinates (latitude, longitude), magnitude, depth, and region.
Damage: This table tracks the damage caused by each earthquake, linking damage records to specific earthquake events via a foreign key (event ID). It includes fields for damage categories (e.g., structural, infrastructural), monetary estimates, casualty counts, and affected population statistics.
EnvironmentalEffects: This table captures the broader environmental impact of earthquakes, including triggered phenomena such as landslides, tsunamis, ground liquefaction, and environmental degradation. Each record links to an earthquake event and includes details like effect type, severity level, and geographical extent.
Sources: documents the sources of earthquake data, including scientific publications, government databases, historical archives, eyewitness accounts, archaeological remains and paleoseismic findings. It provides fields for source type, description, and reference details to ensure traceability and credibility.
Regions: This table defines geographic regions affected by earthquakes, storing region names, boundaries, and population data. It helps in analyzing the regional impact of earthquakes.
Faults: This table stores information about geological faults associated with earthquake events. It includes fault IDs, fault names, geographic locations, lengths, types, and movement characteristics. Fault records are linked to relevant earthquake events for detailed fault analysis.
The schema bellow employs primary and foreign key relationships to ensure data integrity and supports indexing for fast retrieval. It is designed to integrate with geospatial tools and analytics platforms, enabling advanced spatial queries and visualizations of earthquake patterns, damage distribution, and environmental impacts.
The research was conducted with Prof. Amos Salamon, the Geological Survey of Israel, Prof. Rehav Rubin, the Hebrew University of Jerusalem.