Skip to content

The {rinmet} is an R package that allows users to have access to microdata of the main Brazilian weather database provided by Instituto Nacional de Meteorologia (INMET)

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

filipemsc/rinmet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rinmet

Este pacote consiste em um código de webscrapping que captura informações de todas as estações meteorológicas do Brasil administradas pelo Instituto Nacional de Meteorologia (INMET) e compila em uma base de dados unificada. Cada observação da base corresponde a informações coletadas por uma estação, em determinada data e hora do dia.

Segue uma breve descrição das variáveis disponíveis:

Variável Descrição
data Date
hora Hour (UTC)
precipitacao_total Total precipitation, hour (mm)
pressao_atm_nivel Atmospheric pressure at station level, hour (mB)
pressao_atm_max Maximum atmospheric pressure at station level, last hour (mB)
pressao_atm_max Minimum atmospheric pressure at station level, last hour (mB)
radiacao_global Global radiation (KJ/m²)
temp_bulbo_hora Dry-bulb temperature, hour (ºC)
temp_orvalho Dew point (ºC)
temp_max Maximum temperature, last hour (ºC)
temp_min Minimum temperature, last hour (ºC)
temp_orv_max Maximum dew point, last hour (ºC)
temp_orv_min Minimum dew point, last hour (ºC)
umid_rel_max Maximum air relative humidity, last hour (%)
umid_rel_min Minimum air relative humidity, last hour (%)
umid_rel_hora Air relative humidity, hour (%)
vento_direcao Wind direction (gr)
vento_rajada_max Maximum wind gust, last hour (m/s)
vento_velocidade Wind speed, hour (m/s)
estacao Name of the meteorological station
codigo Code of the meteorological station
municipio City where station is located
id_municipio IBGE code of the city
regiao Brazilian region where the station is located
uf State of Brazil where the station is located
latitude Latitude of station
longitude Longitude of station
altitude Altitude of station
data_fundacao Date which the station was founded

Instalação

Para instalar, utilize o seguinte comando:

devtools::install_github("filipemsc/rinmet")

Uso

O pacote rinmet possui apenas uma função, com a seguinte sintaxe:

get_base_inmet(year)

Exemplo:

get_base_inmet(2020)

O resultado é um data.table com as informações de todas informações meteorológicas deste ano.

Disclaimer

Este pacote foi feito com fins de aprendizado acerca de funcionamento de pacotes. Se quiser contribuir e aprimorá-lo, basta abrir uma issue ou mandar um e-mail para: f.matheus.cavalcanti@gmail.com

About

The {rinmet} is an R package that allows users to have access to microdata of the main Brazilian weather database provided by Instituto Nacional de Meteorologia (INMET)

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages