Predict Droughts Using Weather & Soil Data
Predicting continental US drought levels using meteorological & soil data.
@kaggle.cdminix_us_drought_meteorological_data
Predicting continental US drought levels using meteorological & soil data.
@kaggle.cdminix_us_drought_meteorological_data
CREATE TABLE soil_data (
"fips" BIGINT,
"lat" DOUBLE,
"lon" DOUBLE,
"elevation" BIGINT,
"slope1" DOUBLE,
"slope2" DOUBLE,
"slope3" DOUBLE,
"slope4" DOUBLE,
"slope5" DOUBLE,
"slope6" DOUBLE,
"slope7" DOUBLE,
"slope8" DOUBLE,
"aspectn" DOUBLE,
"aspecte" DOUBLE,
"aspects" DOUBLE,
"aspectw" DOUBLE,
"aspectunknown" DOUBLE,
"wat_land" DOUBLE,
"nvg_land" DOUBLE,
"urb_land" DOUBLE,
"grs_land" DOUBLE,
"for_land" DOUBLE,
"cultrf_land" DOUBLE,
"cultir_land" DOUBLE,
"cult_land" DOUBLE,
"sq1" BIGINT,
"sq2" BIGINT,
"sq3" BIGINT,
"sq4" BIGINT,
"sq5" BIGINT,
"sq6" BIGINT,
"sq7" BIGINT
);
Anyone who has the link will be able to view this.