Segments to raster
Algorithm
The Segments to raster operation rasterizes a segment map. The output raster map always uses the same domain as the input segment map. The user has to specify the georeference for the output raster map.
Process:
For each segment, the corresponding pixels in the raster map are found; these pixels are assigned the class name, ID or value of the segment.
Other pixels obtain the undefined value.
- The specified pixel size in the georeference for the output map, has a large influence on the size (in bytes) of the output raster map. Mind that rasterizing on a pixel size of 10 m instead of 50 m increases the size of the raster map by a factor 25.
- If you want to rasterize only a portion of your segment map, you can either select or create a georeference that does not cover the total area of your segment map during rasterization, or you can first create a SubMap of the segment map and then rasterize this segment submap.
For ILWIS 1.4 users:
- During rasterization, an .INF table is not produced anymore. To know the area of polygons, length of segments, nr. of points etc., you can calculate the histogram of a polygon, segment or point map with the Histogram operation.
See also:
Segments to raster : functionality