get_GHS_built_data: Get GHS land use data

View source: R/city_densities.R

get_GHS_built_dataR Documentation

Get GHS land use data

Description

Get GHS land use data

Usage

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")
)

Arguments

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


mountainMath/cityDensities documentation built on Jan. 27, 2024, 3:28 a.m.