Rasterization model: Difference between revisions
Jump to navigation
Jump to search
Created page with "The rasterization model is a part of Overlay models, that is tasked with converting attributes from features, from various layers, to values in rasters. The layer rasterization sequence of the features is: # Net Lines # Addresses # Buildings # Terrains # Areas # Neighborhoods" |
No edit summary |
||
| Line 1: | Line 1: | ||
The rasterization model is a part of Overlay models, that is tasked with converting attributes from features, from various layers, to values in rasters. | The rasterization model is a part of Overlay models, that is tasked with converting attributes from features, from various layers, to values in rasters. | ||
=Layers= | |||
The layer rasterization sequence of the features is: | The layer rasterization sequence of the features is: | ||
# [[Net Line]]s | # [[Net Line]]s | ||
| Line 8: | Line 9: | ||
# [[Area]]s | # [[Area]]s | ||
# [[Neighborhood]]s | # [[Neighborhood]]s | ||
=Methods= | |||
* Combined: Center for large and Outline for small polygons (default). | |||
* Outline: Overshoot results in more cells then polygon area. | |||
* Center: WARNING: fastest but missing small polygons. | |||
Revision as of 13:15, 9 February 2026
The rasterization model is a part of Overlay models, that is tasked with converting attributes from features, from various layers, to values in rasters.
Layers
The layer rasterization sequence of the features is:
Methods
- Combined: Center for large and Outline for small polygons (default).
- Outline: Overshoot results in more cells then polygon area.
- Center: WARNING: fastest but missing small polygons.