Create population raster using the peanut butter method with building footprints.
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
)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.