Baselight

Global Landslide Data

Data collected from NASA's open data portal

@kaggle.kazushiadachi_global_landslide_data

Loading...
Loading...

About this Dataset

Global Landslide Data

Context

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.

Content

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 and some triggered by other events, that have been reported in the media, disaster databases, scientific reports, or other sources.

Column : Description (Type)

  • source_name : news entity (Plain Text)
  • source_link : news source (Website URL)
  • event_id (Number)
  • event_date (Date & Time)
  • event_time (Date & Time)
  • event_title : title of news story (Plain Text)
  • event_description (Plain Text)
  • location_description (Plain Text)
  • location_accuracy : location is accurate within this range (Plain Text)
  • landslide_category (Plain Text)
  • landslide_trigger : cause of landslide (Plain Text)
  • landslide_size (Plain Text)
  • landslide_setting : environment where landslide occurred (Plain Text)
  • fatality_count (Number)
  • injury_count (Number)
  • storm_name (Plain Text)
  • photo_link (Website URL)
  • notes (Plain Text)
  • event_import_source (Plain Text)
  • event_import_id (Number)
  • country_name (Plain Text)
  • country_code (Plain Text)
  • admin_division_name (Plain Text)
  • admin_division_population (Number)
  • gazeteer_closest_point (Plain Text)
  • gazeteer_distance (Number)
  • submitted_date (Date & Time)
  • created_date (Date & Time)
  • last_edited_date (Date & Time)
  • longitude (Number)
  • latitude (Number)

Acknowledgements

NASA Goddard Space Flight Center, landslides.nasa.gov

Tables

Global Landslide Catalog Export

@kaggle.kazushiadachi_global_landslide_data.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.