Baselight

Tornado Tracks

Tornado tracks in the US, Puerto Rico, and the U.S Virgin Islands from 1950-2013

@kaggle.joebeachcapital_tornados

Loading...
Loading...

About this Dataset

Tornado Tracks

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).

Tables

Historical Tornado Tracks

@kaggle.joebeachcapital_tornados.historical_tornado_tracks
  • 9.61 MB
  • 60114 rows
  • 34 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.