Brazil Weather, Conventional Stations (1961-2019)
Historical temperature, precipitation, humidity, and windspeed for Brazil.
@kaggle.saraivaufc_conventional_weather_stations_brazil
Historical temperature, precipitation, humidity, and windspeed for Brazil.
@kaggle.saraivaufc_conventional_weather_stations_brazil
CREATE TABLE conventional_weather_stations_inmet_brazil_1961_2019 (
"estacao" BIGINT,
"data" TIMESTAMP,
"hora" BIGINT,
"precipitacao" DOUBLE,
"tempbulboseco" DOUBLE,
"tempbulboumido" DOUBLE,
"tempmaxima" DOUBLE,
"tempminima" DOUBLE,
"umidaderelativa" DOUBLE,
"pressaoatmestacao" DOUBLE,
"pressaoatmmar" DOUBLE,
"direcaovento" DOUBLE,
"velocidadevento" DOUBLE,
"insolacao" DOUBLE,
"nebulosidade" DOUBLE,
"evaporacao_piche" DOUBLE,
"temp_comp_media" DOUBLE,
"umidade_relativa_media" DOUBLE,
"velocidade_do_vento_media" DOUBLE,
"unnamed_19" VARCHAR
);
CREATE TABLE weather_stations_codes (
"nome" VARCHAR,
"c_digo" BIGINT,
"latitude" DOUBLE,
"longitude" DOUBLE,
"altitude" DOUBLE,
"status_da_opera_o" VARCHAR,
"n__nicio_da_opera_o" TIMESTAMP
);
CREATE TABLE wind_directions_codes (
"id" BIGINT,
"descri_o" VARCHAR,
"s_mbolo" VARCHAR
);
Anyone who has the link will be able to view this.