View source: R/st_integration_index.R
st_integration_index | R Documentation |
This function calculates an index defining the intergration of new land use area into conisting land use area of the same land use class conisdering two different time steps.
st_integration_index(
tool = "sf",
geom.old,
geom.new,
geom.boundary = NULL,
tol = 0.1,
precision = 0,
env.rsaga = NULL,
snap.rgrass = 1e-05,
dist.new = 0,
override = TRUE,
return.geom = FALSE,
quiet = TRUE
)
tool |
tool to perform erase-vector-operation. Default is |
geom.old |
object of class |
geom.new |
object of class |
geom.boundary |
polygon of class |
tol |
tolerance value for overlapping area meter square |
precision |
precision for process using |
env.rsaga |
environment of |
snap.rgrass |
similar to |
dist.new |
buffer distance in mapping units around new geometry (result of erase) using |
override |
If |
return.geom |
If set to |
quiet |
If set to |
Vector with integration index (completly integrated: 2/3 < R < 1; good integrated: 1/3 < R < 2/3; low integrated: 0 < R < 1/3; not integrated: 0)
If the unique border line has incomprehensible gabs(can happen for "complicated" geometries), it can help to use a small buffer distance (< 0.05, e.g. 1e-04) by dist.new
to get a complete edge line
Code is based on the following references:
Meinel, G., & Winkler, M. (2002). Spatial analysis of settlement and open land trends in urban areas on basis of RS data œ studies of five European cities over a 50-year period.
Siedentop, S., Heiland, S., Lehmann, I., & Schauerte-Lüke, N. (2007). Regionale Schlüsselindikatoren nachhaltiger Flächennutzung für die Fortschrittsberichte der Nationalen Nachhaltigkeitsstrategie–Flächenziele (Nachhaltigkeitsbarometer Fläche). Abschlussbericht, BBR-Forschungen, H, 130.
Depending on the selected tool
, the result of the vector-operation can differ significantly!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.