download_koppen_geiger {amadeus} | R Documentation |
The download_koppen_geiger()
function accesses and downloads
climate classification data from the Present and future
Köppen-Geiger climate classification maps at
1-km resolution(link for article; link for data).
download_koppen_geiger(
data_resolution = c("0.0083", "0.083", "0.5"),
time_period = c("Present", "Future"),
directory_to_save = NULL,
acknowledgement = FALSE,
download = FALSE,
remove_command = FALSE,
unzip = TRUE,
remove_zip = FALSE
)
data_resolution |
character(1). Available resolutions are |
time_period |
character(1). Available times are |
directory_to_save |
character(1). Directory to save data. Two sub-directories will be created for the downloaded zip files ("/zip_files") and the unzipped shapefiles ("/data_files"). |
acknowledgement |
logical(1). By setting |
download |
logical(1). |
remove_command |
logical(1).
Remove ( |
unzip |
logical(1). Unzip zip files. Default is |
remove_zip |
logical(1). Remove zip files from directory_to_download.
Default is |
NULL; Zip and/or data files will be downloaded and stored in
respective sub-directories within directory_to_save
.
Mitchell Manware, Insang Song
Beck HE, McVicar TR, Vergopolan N, Berg A, Lutsko NJ, Dufour A, Zeng Z, Jiang X, Van Dijk AIJM, Miralles DG (2023). “High-resolution (1 km) Köppen-Geiger maps for 1901–2099 based on constrained CMIP6 projections.” Scientific Data, 10(1), 724. ISSN 2052-4463, doi:10.1038/s41597-023-02549-6, https://www.nature.com/articles/s41597-023-02549-6.
Beck HE, Zimmermann NE, McVicar TR, Vergopolan N, Berg A, Wood EF (2018). “Present and future Köppen-Geiger climate classification maps at 1-km resolution.” Scientific data, 5(1), 1–12. doi:10.1038/sdata.2018.214.
download_koppen_geiger(
data_resolution = "0.0083",
time_period = "Present",
directory_to_save = tempdir(),
acknowledgement = TRUE,
download = FALSE, # NOTE: download skipped for examples,
remove_command = TRUE,
unzip = FALSE
)