Rasterization model: Difference between revisions

From Tygron Preview Support Wiki
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"
 
Maxim@tygron.com (talk | contribs)
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:

  1. Net Lines
  2. Addresses
  3. Buildings
  4. Terrains
  5. Areas
  6. Neighborhoods

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.