get_GHS_for: Get GHS populatin data

View source: R/city_densities.R

get_GHS_forR Documentation

Get GHS populatin data

Description

Get GHS populatin data

Usage

get_GHS_for(
  geo = NULL,
  resolution = c("250", "1k"),
  year = c("1975", "1990", "2000", "2015"),
  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

timeout

timeout for data download

base_path

local path to cache GHSL data

Value

raster object for pppulation data


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