Baselight

Tsunami Dataset

Data on 2.2k tsunami events all over the world.

@kaggle.andrewmvd_tsunami_dataset

Loading...
Loading...

About this Dataset

Tsunami Dataset

Abstract

Uncover aspects of Tsunami occurrences all over the world.

About this dataset

This dataset, also known as The Global Historical Tsunami Database, represents historical tsunamis and related information and provides information on over 2,400 tsunamis from 2100 BC to the present in the Atlantic, Indian, and Pacific Oceans; and the Mediterranean and Caribbean Seas.

Note that due to the long time span covered in this dataset the quality of the data varies considerably.
The trustworthiness of easy row is depicted in the EVENT_VALIDITY column.

How to use

Suggested Tasks

  • Explore Tsunami occurrences around the world
  • Predict Damage (Deaths, Houses destroyed, Cost) caused by tsunamis

Recommended Notebooks

Acknowledgements

If you use this dataset in your research, please credit the authors.

Citation

@misc{hifld,
title={Historical Tsunami Event Locations},
url={https://hifld-geoplatform.opendata.arcgis.com/datasets/historical-tsunami-event-locations},
journal={HIFLD}
}

License

Public Domain

Splash banner

Photo by Matt Hardy on Unsplash.

Splash icon

Icon by Freepik available on Flaticon.

More Datasets

Tables

Tsunami Dataset

@kaggle.andrewmvd_tsunami_dataset.tsunami_dataset
  • 1.14 MB
  • 2,259 rows
  • 21 columns
Loading...
CREATE TABLE tsunami_dataset (
  "id" BIGINT,
  "year" BIGINT,
  "month" DOUBLE,
  "day" DOUBLE,
  "hour" DOUBLE,
  "minute" DOUBLE,
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "location_name" VARCHAR,
  "country" VARCHAR,
  "region" VARCHAR,
  "cause" VARCHAR,
  "event_validity" VARCHAR,
  "eq_magnitude" DOUBLE,
  "eq_depth" DOUBLE,
  "ts_intensity" DOUBLE,
  "damage_total_description" VARCHAR,
  "houses_total_description" VARCHAR,
  "deaths_total_description" VARCHAR,
  "url" VARCHAR,
  "comments" VARCHAR
);

Share link

Anyone who has the link will be able to view this.