Global Landslide Catalog
rainfall-triggered landslide events around the world
@kaggle.sathyanarayanrao89_global_landslide_catalog
rainfall-triggered landslide events around the world
@kaggle.sathyanarayanrao89_global_landslide_catalog
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
);
Anyone who has the link will be able to view this.