Global Landslide Catalog Export
Earth Science data by NASA
@kaggle.pranithchowdary_global_landslide_catalog_export
Earth Science data by NASA
@kaggle.pranithchowdary_global_landslide_catalog_export
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.
CREATE TABLE global_landslide_catalog_export_20240304 (
"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
);Anyone who has the link will be able to view this.