Height sector: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
[[File:Api_current_situation_geography.png|thumb|right|400px|[[Height sector]]s in relation to [[Terrain]]s and [[Elevation GeoTIFF]]s.]] | [[File:Api_current_situation_geography.png|thumb|right|400px|[[Height sector]]s in relation to [[Terrain]]s and [[Elevation GeoTIFF]]s.]] | ||
A height sector | A height sector stores the height data for 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 number of points per height sector depends on the DEM resolution configured in the [[New Project Wizard]]'s advanced options during project creation and cannot be changed later. | ||
Height sectors are not directly accessed in the editor, but can be manipulated indirectly using the [[terrain height brush]] or by applying [[Elevation GeoTIFF]]s. | Height sectors are not directly accessed in the editor, but can be manipulated indirectly using the [[terrain height brush]] or by applying [[Elevation GeoTIFF]]s. | ||
| Line 29: | Line 29: | ||
|BASIC | |BASIC | ||
|10.0 | |10.0 | ||
|50 | |50 x 50 points | ||
|} | |} | ||
Latest revision as of 14:23, 14 July 2026

A height sector stores the height data for 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 number of points per height sector depends on the DEM resolution configured in the New Project Wizard's advanced options during project creation and cannot be changed later.
Height sectors are not directly accessed in the editor, but can be manipulated indirectly using the terrain height brush or by applying Elevation GeoTIFFs.
Heightmap Option
The Heightmap option is stored as an enumeration in the Geo Option HEIGHTMAP_RESOLUTION.
| Enum | 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 x 50 points |
Notes
- Height sector is a Sourced Item, which means it records which Sources created it and which Sources changed any of its properties.
How-to's
- How to adjust the height map with a Combo Overlay
- How to use the terrain height brush in live sculpting mode
- How to use the terrain height brush in selection mode
- How to change how the default elevation model is generated
- How to import a GeoJSON to change the elevation model
- How to import a GeoTIFF to change the elevation model
- How to import a GeoJSON of waterways
- How to import a GeoTIFF of waterway depths
- How to export the elevation model
- How to use a Grid Overlay to change the elevation model
- How to change heightmap based on vector data