Segment density
Algorithm
The Segment density operation rasterizes an input segment map on a pixel size which is specified in the georeference.
Process:
- All pixels are initialized on value zero.
- For each segment, all pixels are found that are crossed by the segment.
- For all these pixels, the length of the segment parts within the pixel is added to the current value of the pixel.
See also:
Segment density : functionality