Wunderground PWS Curitiba 2021
Weather data from Wunderground Personal Weather Stations near Curitiba, Brazil
@kaggle.lucashohmann_wunderground_pws_curitiba_2021
Weather data from Wunderground Personal Weather Stations near Curitiba, Brazil
@kaggle.lucashohmann_wunderground_pws_curitiba_2021
CREATE TABLE wunderground_pws (
"station_id" VARCHAR,
"last_updated" BIGINT,
"timestamp" BIGINT,
"temp" DOUBLE,
"temp_feel" DOUBLE,
"dew_point" DOUBLE,
"humidity" BIGINT,
"pressure" DOUBLE,
"wind_speed" DOUBLE,
"wind_gust" DOUBLE,
"wind_direction" VARCHAR,
"wind_bearing" BIGINT,
"precip_rate" DOUBLE,
"precip_total" DOUBLE,
"uv_index" DOUBLE,
"radiation" DOUBLE
);
Anyone who has the link will be able to view this.