AndreaSanchezTapia / chelsaDL

download CHELSA climate data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chelsaDL

The CHELSA climate dataset is pretty great. This R library has some simple utilities for downloading batches of CHELSA data from within R, and for parsing the names of CHELSA files to identify key metadata variables like GCM names and emissions scenarios.

ch_queries(variables = c("temp", "prec"), models = "ACCESS1-0", 
           scenarios = c("rcp45", "rcp85"), timeframes = "2061-2080", 
           layers = 1:12) %>%
    ch_dl()

About

download CHELSA climate data

License:Creative Commons Attribution 4.0 International


Languages

Language:R 100.0%