Build TaiGe Grid Tile(Oblique)
Usage Instructions
The Build TaiGe Grid Tile(Oblique) tool is used to generate S3M tile data from an oblique photogrammetry 3D model that has been partitioned by the TaiGe grid. The original oblique data is in the original S3M format stored without MongoDB. The data must be in a planar or projected coordinate system, and the 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 issues caused by position offset.
Parameter Descriptions
| Parameter Name | Parameter Description | Parameter Type |
|---|---|---|
| SCP File | Input the configuration file (*.scp) of the oblique photogrammetry 3D model data to be processed (stored in the original non-MongoDB S3M format). | String |
| Pyramid Split Type: (Optional) |
Sets the pyramid split type of the result data. Options include Quadtree and Octree. | PyramidSplitType |
| Level: | Sets the maximum grid split level that covers the data, with a range of [1,9]. The grid side length decreases as the level increases. The specific relationship is as follows: Level 1: grid side length 1000m, Level 2: grid side length 500m, Level 3: grid side length 100m, Level 4: grid side length 50m, Level 5: grid side length 10m, Level 6: grid side length 3m, Level 7: grid side length 1m, Level 8: grid side length 0.3m, Level 9: grid side length 0.1m. |
Integer |
| Tile Name: (Optional) |
Sets the name of the result tile data (cannot be empty). Default value is spatialGrid. | String |
| Storage Path: | Sets the storage path for the result tile data. | String |
| Number of Threads: (Optional) |
Sets the number of threads allocated to this operation. Default value is 4. A value of 0 means the number of threads equals the maximum number of cores of 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 | Storage path of the result tile data | String |