Skip to content
/ aemet Public
forked from SevillaR/aemet

R package to obtain climatic/meteorological data from AEMET

License

Notifications You must be signed in to change notification settings

viciana/aemet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R interface to AEMET API

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

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 <- get_aemet_normalized(apikey, "5911A")

About

R package to obtain climatic/meteorological data from AEMET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%