Description Usage Arguments Value Source References Examples
View source: R/dasymetric_map_adv.R
IMMATURE! RESULTS IN WAY TOO LESS POPULATION! Advanced dasymetric mapping that uses CORINE land use classes to make more valuable predictions on population counts. R
1 2 3 4 5 6 7 | dasymetric_map_adv(
target,
source,
ancillary_data,
tid = NULL,
extensive = NULL
)
|
target |
sf object containing geometry of the desired spatial zones |
source |
sf object that we want to interpolate |
ancillary_data |
sf object containing geometry that helps to better interpolate (i.e. land use, building footprints) |
tid |
Optional string denoting column with unique identifier for |
extensive |
Required atomic vector of strings denoting columns in |
sf
https://github.com/slu-openGIS/areal/pull/27/commits/d86490f6544af4235bdbdf5f51a9cab000d2b78e, https://www.eea.europa.eu/data-and-maps/data/population-density/mapping-population-density/mapping-population-density/download
Peedell, Steve (1999): Mapping Population Density. Distribution of Population using CORINE Land Cover. Ispra.
1 2 3 | source_geom = sf::st_union(population_counts)
source=sf::st_sf(ID=1,population=sum(population_counts["population"]$population),source_geom)
dasymetric_map_adv(population_counts, source, corine_18, extensive = "population")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.