Skip to content
/ aemet Public

R package to obtain climatic/meteorological data from AEMET

License

Notifications You must be signed in to change notification settings

SevillaR/aemet

Repository files navigation

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages