Height sector: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:
{|class=wikitable
{|class=wikitable
! Enum
! Enum
! Height point distance
! Height point distance (meter)
! Height points per sector
! Height points per sector
|-
|-
|SUPER  
|SUPER  
|0.25 m
|0.25
|2000 x 2000 points
|2000 x 2000 points
|-
|-
|HIGH  
|HIGH  
|0.5 m
|0.5
|1000 x 1000 points
|1000 x 1000 points
|-
|-
|NORMAL
|NORMAL
|1 m
|1.0
|500 x 500 points
|500 x 500 points
|-
|-
|LOW
|LOW
|2.5 m
|2.5
|200 x 200 points
|200 x 200 points
|-
|-
|BASIC
|BASIC
|10.0 m
|10.0
|50 by 50 points
|50 by 50 points
|}
|}

Revision as of 16:36, 7 October 2022

A height sector is a data item which store the height data of the Elevation model. Each height sector is a square tile of 500m x 500m. Height values are stored in meters with a precision of 3 decimals. The amount of points per height sector depend on the DEM resolution configured in advanced options of the New Project Wizard, before project creation, and cannot be increased or decreased later on.

Height sectors are not directly accessed in the editor, but can be manipulated indirectly using the terrain height brush or applying GeoTIFFs to the DEM.

Heightmap Option

The Heightmap option is stored as an enumeration in the Geo Option HEIGHTMAP_RESOLUTION.

Enum Height point distance (meter) Height points per sector
SUPER 0.25 2000 x 2000 points
HIGH 0.5 1000 x 1000 points
NORMAL 1.0 500 x 500 points
LOW 2.5 200 x 200 points
BASIC 10.0 50 by 50 points