Build TaiGe Grid Tile(DEM)
Usage Instructions
The Build TaiGe Grid Tile(DEM) tool is used to generate S3M tile data from a raster dataset that has been partitioned using the TaiGe grid. The DEM to be processed must be in a planar or projected coordinate system, and its coordinate range must satisfy: left boundary: -65536.0, right boundary: 262144.0, top boundary: 131072.0, bottom boundary: -131072.0. The storage of TaiGe grid codes is specified by the Grid Code Storage Settings tool.
It is recommended to load the resulting tiles in a planar scene to avoid usage issues caused by positional offsets.
Parameter Descriptions
| 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 partition level encompassing the data, with a value range of [1,9]. The grid side length decreases as the level increases. The specific relationships are as follows: Level 1: 1000m, Level 2: 500m, Level 3: 100m, Level 4: 50m, Level 5: 10m, Level 6: 3m, Level 7: 1m, Level 8: 0.3m, Level 9: 0.1m. |
Integer |
| Tile Name: (Optional) |
Sets the name of 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 |
| Thread Count: (Optional) |
Sets the number of threads allocated to this operation. The default value is 4. A value of 0 indicates using the maximum number of CPU 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 Results
| Parameter Name | Parameter Description | Parameter Type |
|---|---|---|
| Tile Path | The storage path of the resulting tile data. | String |