This is documentation of an archived release.
For documentation on the current version, please check Knowledge Base.
For documentation on the current version, please check Knowledge Base.
Optimize Pointcloud Data Script
Concept
This script optimizes a source folder of multiple pointcloud files from one specific format to one opc file.
Variables
SourceDir
Directory path to the folder with the source point cloud files.
SourceCRS
CRS EPSG code of the resource point cloud files.
SourceFormat
Format of the resource point cloud files.
TargetFile
File path to the target opc file and file name.opc
Example: MMS_Orbit_Run\pointcloud\point_cloud.opc
WriteOptions
Enter block size, enable filtering and set the target CRS EPSG code of the point cloud.
WriteOptions=block.size=1.0;density.filter.threshold=1;targetCRS=
Last modified:: 2023/05/12 16:31