View source: R/city_densities.R
get_GHS_for | R Documentation |
Get GHS populatin data
get_GHS_for(
geo = NULL,
resolution = c("250", "1k"),
year = c("1975", "1990", "2000", "2015"),
timeout = 10000,
base_path = getOption("custom_data_path")
)
geo |
cut down to geography (will include data in buffer around geography) |
resolution |
resolution |
year |
year for the data series |
timeout |
timeout for data download |
base_path |
local path to cache GHSL data |
raster object for pppulation data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.