Baselight

Brazil Weather, Conventional Stations (1961-2019)

Historical temperature, precipitation, humidity, and windspeed for Brazil.

@kaggle.saraivaufc_conventional_weather_stations_brazil

Weather Stations Codes
@kaggle.saraivaufc_conventional_weather_stations_brazil.weather_stations_codes

  • 17.07 KB
  • 265 rows
  • 7 columns
nome

Nome

c_digo

Código

latitude

Latitude

longitude

Longitude

altitude

Altitude

status_da_opera_o

Status Da Operação

n__nicio_da_opera_o

Ínicio Da Operação

ACARAU - CE82294-2.88-40.1416.5Estação DesativadaMon Jan 01 1923 00:00:00 GMT+0000 (Coordinated Universal Time)
AGUA BRANCA - AL82989-9.28-37.9605.34Estação OperanteSat May 05 1928 00:00:00 GMT+0000 (Coordinated Universal Time)
AIMORES - MG83595-19.49-41.0782.74Estação OperanteThu Jun 01 1972 00:00:00 GMT+0000 (Coordinated Universal Time)
ALAGOINHAS - BA83249-12.14-38.42130.92Estação OperanteThu Jan 01 1931 00:00:00 GMT+0000 (Coordinated Universal Time)
ALTAMIRA - PA82353-3.21-52.2174.04Estação OperanteSun Apr 24 1927 00:00:00 GMT+0000 (Coordinated Universal Time)
ALTO PARNAIBA - MA82970-9.1-45.93285.05Estação OperanteSat Aug 21 1976 00:00:00 GMT+0000 (Coordinated Universal Time)
APODI - RN82590-5.61-37.81150Estação OperanteTue Dec 18 1962 00:00:00 GMT+0000 (Coordinated Universal Time)
ARACAJU - SE83096-10.95-37.044.72Estação OperanteTue Mar 01 1910 00:00:00 GMT+0000 (Coordinated Universal Time)
ARACUAI - MG83442-16.83-42.05289Estação OperanteFri Sep 06 1918 00:00:00 GMT+0000 (Coordinated Universal Time)
ARAGARCAS - GO83368-15.9-52.23345Estação OperanteSun Jul 19 1970 00:00:00 GMT+0000 (Coordinated Universal Time)

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
);

Share link

Anyone who has the link will be able to view this.