aggregator: Aggregate population estimates from buildings

Description Usage Arguments

View source: R/aggregator.R

Description

Create population raster using the peanut butter method with building footprints.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
aggregator(
  buildings,
  urban,
  people_urb = 5,
  units_urb = 1,
  residential_urb = 0.5,
  people_rur = 5,
  residential_rur = 0.5,
  units_rur = 1
)

Arguments

buildings

raster. A "raster" object with building counts per pixel

urban

raster. A "raster" object with binary map of urban areas (i.e. 0 and 1)

people_urb

numeric. Average number of people per housing unit in urban areas

units_urb

numeric. Average number of housing units per building in urban areas

residential_urb

numeric. Probability of residential building in urban areas

people_rur

numeric. Average number of people per housing unit in rural areas

residential_rur

numeric. Probability of residential building in rural areas

units_rur

numeric. Average number of housing units per building in rural areas


wpgp/peanutButter documentation built on June 13, 2021, 12:11 a.m.