Skip to content

Instantly share code, notes, and snippets.

View matteodefelice's full-sized avatar
💭
Busy connecting things...

Matteo De Felice matteodefelice

💭
Busy connecting things...
View GitHub Profile
@matteodefelice
matteodefelice / essential_climate_variables_animation.R
Created April 3, 2020 12:43 — forked from khufkens/essential_climate_variables_animation.R
Downloads and animates CDS essential climate variables
# Before you start install all the referenced packages below
# including the development release of ecmwfr you will also
# need the rnaturalearthdata in addition to the normal package
# To run the code copy and paste segments as this is still
# rough around the edges and requires user interaction to
# set your CDS API key.
# load libraries
if(!require(devtools)){install.packages("devtools")}
devtools::install_github("khufkens/ecmwfr")