Landslides
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_landslides_e73db
Allegheny County / City of Pittsburgh / Western PA Regional Data Center
@usgov.allegheny_county_city_of_pitts_landslides_e73db
From NASA's Cooperative Open Online Landslide Repository (COOLR).
The Cooperative Open Online Landslide Repository (COOLR) is a worldwide database of landslide events. It currently includes NASA’s Global Landslide Catalog (GLC) and landslide events contributed by citizen scientists. In a future release of COOLR, collated landslide inventories will be added by REST API or manually.
Organization: Allegheny County / City of Pittsburgh / Western PA Regional Data Center
Last updated: 2023-01-24T18:10:55.201216
Tags: environment, federal, geography, landslide, nasa
CREATE TABLE global_landslides (
"src_name" VARCHAR,
"src_link" VARCHAR,
"ev_id" BIGINT,
"ev_date" TIMESTAMP,
"ev_time" VARCHAR,
"ev_title" VARCHAR,
"ev_desc" VARCHAR,
"loc_desc" VARCHAR,
"loc_accu" VARCHAR,
"ls_cat" VARCHAR,
"ls_trig" VARCHAR,
"ls_size" VARCHAR,
"ls_setting" VARCHAR,
"fatalities" BIGINT,
"injuries" BIGINT,
"storm_name" VARCHAR,
"photo_link" VARCHAR,
"comments" VARCHAR,
"ev_imp_src" VARCHAR,
"ev_imp_id" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"ctry_name" VARCHAR,
"ctry_code" VARCHAR,
"div_name" VARCHAR,
"gaz_point" VARCHAR,
"gaz_dist" DOUBLE,
"sub_date" TIMESTAMP,
"edit_date" TIMESTAMP
);Anyone who has the link will be able to view this.