get_GHS2022A_for: Get GHS 2022A population and built data

View source: R/city_densities.R

get_GHS2022A_forR Documentation

Get GHS 2022A population and built data

Description

Get GHS 2022A population and built data

Usage

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

Arguments

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

Value

stars object for ppulation data


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