Same as gaez_download() but for the Land and Water Resources Theme.

gaez_LR_download(dir = ".", subtheme = "soi1", variable = "hwsd_domi_30s")

Details

Notice that this vectorizes naturally for a vector of variable names within the same subtheme.

Examples

terrain_vars = terrain_resources_varnames()[["variable"]]
length(terrain_vars)
#> [1] 2
gaez_LR_download(subtheme = "ter",variable = terrain_vars)
#> Warning: cannot remove file './LR/ter/slpmed05m.tif', reason 'No such file or directory'
#> Warning: cannot remove file './LR/ter/slpmed30s.tif', reason 'No such file or directory'