A tool to merge tabular climate data from different sources
If you use INMET data you know the amount of work it takes to have data enough clean.
Gaps are very common and values can be far away from the real value.
Visual checking is often required so as validation.
The under development project here will basically help on the clean process from raw weather data.
It will be done using three sources (if it is available):
- INMET automatic station
- INMET conventional station: Latest or Historical
- Xavier gridded weather data
Until now it's possible to read data from automatic weather station as .xls
. Example .xls
files are attached.
install.packages("devtools")
devtools::install_github("FabioSeixas/weatherData")
library(weatherData)
# Put the xls files in a folder and run the following
directory = choose.dir("path/to/xls/files")
data = read_automatic(directory)
INMET limit the amount of data you can obtain from its website. I know you can get in contact with them to request data from specific places and time ranges.