Build TaiGe Grid Tiles (DEM)
Instructions
The Build TaiGe Grid Tiles (DEM) tool is used to generate S3M tile data from a raster dataset (plane coordinate system or projected coordinate system) that has undergone TaiGe grid subdivision. The input DEM must be within the following range: Left boundary: -65536.0, Right boundary: 262144.0, Upper boundary: 131072.0, Lower boundary: -131072.0. The storage of TaiGe grid codes is specified by the output of the Grid Code Storage Settings tool.
It is recommended to load and apply the resulting tiles in a planar scene to avoid usage issues caused by positional offset.
Parameter Description
| Parameter Name | Parameter Description | Parameter Type |
|---|---|---|
| Raster Dataset | Specifies the raster dataset to be processed. | Dataset |
| Pyramid Split Type: (Optional) |
Sets the pyramid split type for the result data. Options include Quadtree and Octree. | PyramidSplitType |
| Level: | Sets the maximum grid subdivision level that encloses the data. Valid range is [1,9]. The grid side length decreases as the level increases. The specific relationship is as follows: Level 1: grid side length 1000 meters, Level 2: 500 meters, Level 3: 100 meters, Level 4: 50 meters, Level 5: 10 meters, Level 6: 3 meters, Level 7: 1 meter, Level 8: 0.3 meters, Level 9: 0.1 meters. |
Integer |
| Tile Name: (Optional) |
Sets the name for the resulting tile data (cannot be empty). The default value is spatialGrid. | String |
| Storage Path: | Sets the storage path for the resulting tile data. | String |
| Number of Threads: (Optional) |
Sets the number of threads allocated to this operation. The default value is 4. A thread count of 0 indicates using the maximum number of cores on the current computer. | Integer |
| Grid Code Storage Settings (Optional) |
Sets the grid code storage parameters, specified by the output of the Grid Code Storage Settings tool. | SpatialCodeStorageParameter |
Output Result
| Parameter Name | Parameter Description | Parameter Type |
|---|---|---|
| Tile Path | The storage path for the resulting tile data. | String |