Skip to content

download CHELSA climate data

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

matthewkling/chelsaDL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. [NOTE: this package is no longer actively maintained. It accesses CHELSA v1, which has now been superseded by CHELSA v2.]

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

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages