U.S. Hourly Precipitation
Hourly Precipitation Data (HPD) is digital data set DSI-3240.
@kaggle.willianoliveiragibin_u_s_hourly_precipitation
Hourly Precipitation Data (HPD) is digital data set DSI-3240.
@kaggle.willianoliveiragibin_u_s_hourly_precipitation
CREATE TABLE precip_hly_sample (
"station" VARCHAR,
"station_name" VARCHAR,
"elevation" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"date" VARCHAR,
"hpcp" BIGINT
);
Anyone who has the link will be able to view this.