SevillaR / aemet

R package to obtain climatic/meteorological data from AEMET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R interface to AEMET API

Sevilla R users (http://sevillarusers.wordpress.com)

Travis build status AppVeyor build status

Download climatic and meteorological data from Spanish Meteorological Agency (AEMET) using their API: https://opendata.aemet.es.

Installation

library(devtools)
install_github("SevillaR/aemet")

Requirements

To be able to download data from AEMET you will need a free API key which you can get at https://opendata.aemet.es.

Usage

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.

About

R package to obtain climatic/meteorological data from AEMET

License:GNU General Public License v3.0


Languages

Language:R 100.0%