Baselight

Global Landslide Catalog

rainfall-triggered landslide events around the world

@kaggle.sathyanarayanrao89_global_landslide_catalog

Loading...
Loading...

About this Dataset

Global Landslide Catalog

Hi all,

I imported this dataset from NASA for
the purpose of doing data science in understanding land slides.

The data description in the official website reads

The Global Landslide Catalog (GLC) was developed with the goal of identifying rainfall-triggered landslide events around the world, regardless of size, impacts or location. The GLC considers all types of mass movements triggered by rainfall, which have been reported in the media, disaster databases, scientific reports, or other sources. The GLC has been compiled since 2007 at NASA Goddard Space Flight Center. This is a unique data set with the ID tag “GLC” in the landslide editor. This dataset on data.nasa.gov was a one-time export from the Global Landslide Catalog maintained separately. It is current as of March 7, 2016. The original catalog is available here: http://ojo-streamer.herokuapp.com/ To export GLC data, you must agree to the “Terms and Conditions”.

We request that anyone using the GLC cite the two sources of this database: Kirschbaum, D. B., Adler, R., Hong, Y., Hill, S., & Lerner-Lam, A. (2010). A global landslide catalog for hazard applications: method, results, and limitations. Natural Hazards, 52(3), 561–575. doi:10.1007/s11069-009-9401-4. [1]
Kirschbaum, D.B., T. Stanley, Y. Zhou (In press, 2015). Spatial and Temporal Analysis of a Global Landslide Catalog. Geomorphology. doi:10.1016/j.geomorph.2015.03.016. [2];

In general, this csv file contains details such as:

  • Landslide date
  • Landslide trigger reason: rain, downpour, cyclone etc
  • Landslide size: Large, medium, small
  • Fatality
  • Injured
  • Event country
  • Latitude
  • Longitude

I hope this data will be fun to perform data clustering, visualization and EDA.

Tables

Global Landslide Catalog Export

@kaggle.sathyanarayanrao89_global_landslide_catalog.global_landslide_catalog_export
  • 4.19 MB
  • 11033 rows
  • 31 columns
Loading...

CREATE TABLE global_landslide_catalog_export (
  "source_name" VARCHAR,
  "source_link" VARCHAR,
  "event_id" BIGINT,
  "event_date" VARCHAR,
  "event_time" VARCHAR,
  "event_title" VARCHAR,
  "event_description" VARCHAR,
  "location_description" VARCHAR,
  "location_accuracy" VARCHAR,
  "landslide_category" VARCHAR,
  "landslide_trigger" VARCHAR,
  "landslide_size" VARCHAR,
  "landslide_setting" VARCHAR,
  "fatality_count" DOUBLE,
  "injury_count" DOUBLE,
  "storm_name" VARCHAR,
  "photo_link" VARCHAR,
  "notes" VARCHAR,
  "event_import_source" VARCHAR,
  "event_import_id" DOUBLE,
  "country_name" VARCHAR,
  "country_code" VARCHAR,
  "admin_division_name" VARCHAR,
  "admin_division_population" DOUBLE,
  "gazeteer_closest_point" VARCHAR,
  "gazeteer_distance" DOUBLE,
  "submitted_date" VARCHAR,
  "created_date" VARCHAR,
  "last_edited_date" VARCHAR,
  "longitude" DOUBLE,
  "latitude" DOUBLE
);

Share link

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