View source: R/city_densities.R
get_GHS_built_data | R Documentation |
Get GHS land use data
get_GHS_built_data(
geo = NULL,
resolution = c("30", "250", "1K"),
year = c("1975", "1990", "2000", "2014"),
crs = "54009",
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 |
crs |
for the geotiff, options are 54009 (Mollweide) and 3857 (Web Mercator) |
timeout |
timeout for data download |
base_path |
local path to store GHSL data |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.