View source: R/city_densities.R
get_GHS2022A_for | R Documentation |
Get GHS 2022A population and built data
get_GHS2022A_for(
geo = NULL,
type = c("BUILT_S", "BUILT_V", "BUILT-V_NRES", "POP", "BUILT_H_AGBH", "BUILT_H_ANBH"),
resolution = c("100", "1000"),
years = c("1975", "1980", "1985", "1990", "1995", "2000", "2005", "2010", "2015",
"2020"),
timeout = 10000,
version = "V1-0",
layer = NULL,
base_path = getOption("custom_data_path")
)
geo |
cut down to geography (will include data in buffer around geography) |
type |
type of the sercies |
resolution |
resolution |
years |
year for the data series |
timeout |
timeout for data download |
version |
version of the dataset |
layer |
optional layer |
base_path |
local path to cache GHSL data |
stars object for ppulation data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.