Tornado Tracks
Tornado tracks in the US, Puerto Rico, and the U.S Virgin Islands from 1950-2013
@kaggle.joebeachcapital_tornados
Tornado tracks in the US, Puerto Rico, and the U.S Virgin Islands from 1950-2013
@kaggle.joebeachcapital_tornados
This dataset represents tornado tracks in the United States, Puerto Rico, and the U.S. Virgin Islands, from 1950 to 2013. Statistical data were obtained from the National Weather Service, Storm Prediction Center (SPC).
CREATE TABLE historical_tornado_tracks (
"geo_point" VARCHAR,
"geo_shape" VARCHAR,
"objectid" BIGINT,
"om" BIGINT,
"yr" BIGINT,
"mo" BIGINT,
"dy" BIGINT,
"date" TIMESTAMP,
"time" VARCHAR,
"tz" BIGINT,
"state" VARCHAR,
"stf" BIGINT,
"stn" BIGINT,
"mag" BIGINT,
"inj" BIGINT,
"fat" BIGINT,
"loss" DOUBLE,
"closs" BIGINT,
"slat" DOUBLE,
"slon" DOUBLE,
"elat" DOUBLE,
"elon" DOUBLE,
"len" DOUBLE,
"wid" BIGINT,
"fc" BIGINT,
"pre_1996_loss" VARCHAR,
"globalid" VARCHAR,
"creationdate" VARCHAR,
"creator" VARCHAR,
"editdate" VARCHAR,
"editor" VARCHAR,
"shape_length" DOUBLE,
"dt" VARCHAR,
"datetime" VARCHAR
);Anyone who has the link will be able to view this.