View source: R/qgis_linedensity.R
qgis_linedensity | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Line density (native:linedensity). The line density interpolation algorithm calculates a density measure of linear features which is obtained in a circular neighborhood within each raster cell. First, the length of the segment of each line that is intersected by the circular neighborhood is multiplied with the lines weight factor. In a second step, all length values are summed and divided by the area of the circular neighborhood. This process is repeated for all raster cells.
qgis_linedensity(
INPUT = qgisprocess:::qgis_default_value(),
WEIGHT = qgisprocess:::qgis_default_value(),
RADIUS = qgisprocess:::qgis_default_value(),
PIXEL_SIZE = qgisprocess:::qgis_default_value(),
CREATE_OPTIONS = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
WEIGHT |
|
RADIUS |
|
PIXEL_SIZE |
|
CREATE_OPTIONS |
|
OUTPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
OUTPUT - outputRaster - Line density raster
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.