Landslides After Rainfall, 2007-2016
Location and cause of landslide events around the world
@kaggle.nasa_landslide_events
Location and cause of landslide events around the world
@kaggle.nasa_landslide_events
CREATE TABLE catalog (
"id" BIGINT,
"date" TIMESTAMP,
"time" VARCHAR,
"continent_code" VARCHAR,
"country_name" VARCHAR,
"country_code" VARCHAR,
"state_province" VARCHAR,
"population" BIGINT,
"city_town" VARCHAR,
"distance" DOUBLE,
"location_description" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"geolocation" VARCHAR,
"hazard_type" VARCHAR,
"landslide_type" VARCHAR,
"landslide_size" VARCHAR,
"trigger" VARCHAR,
"storm_name" VARCHAR,
"injuries" DOUBLE,
"fatalities" DOUBLE,
"source_name" VARCHAR,
"source_link" VARCHAR
);
Anyone who has the link will be able to view this.