Sevilla R users (http://sevillarusers.wordpress.com)
Download climatic and meteorological data from Spanish Meteorological Agency (AEMET) using their API: https://opendata.aemet.es.
library(devtools)
install_github("SevillaR/aemet")
To be able to download data from AEMET you will need a free API key which you can get at https://opendata.aemet.es.
library(aemet)
stations <- aemet_stations(apikey)
grazalema <- aemet_climatology_station("5911A", apikey)
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.