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 stations (
"unnamed_0" BIGINT,
"station_id" VARCHAR,
"name" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"altitude" BIGINT,
"country" VARCHAR,
"state" VARCHAR,
"city" VARCHAR,
"hardware" VARCHAR,
"software" VARCHAR,
"par_temp" BOOLEAN,
"par_temp_feel" BOOLEAN,
"par_dew_point" BOOLEAN,
"par_humidity" BOOLEAN,
"par_pressure" BOOLEAN,
"par_wind_speed" BOOLEAN,
"par_wind_gust" BOOLEAN,
"par_wind_bearing" BOOLEAN,
"par_wind_direction" BOOLEAN,
"par_precip_rate" BOOLEAN,
"par_precip_total" BOOLEAN,
"par_uv_index" BOOLEAN,
"par_radiation" BOOLEAN
);
Anyone who has the link will be able to view this.