This is documentation of an archived release.
For documentation on the current version, please check Knowledge Base.

Convert Pointcloud Data Script

Concept

This script converts a source folder of multiple pointcloud files from one specific format to another.

Variables

SourceDir

Directory path to folder with the source pointcloud files.

SourceCRS

CRS of the resource pointcloud files.

SourceFormat

Format of the resource pointcloud files.

TargetDir

Directory path to folder for the target pointcloud files.

TargetFormat

Format of the target poinctloud files, see Supported Resources.

WriteOptions

Enter block size, enable filtering and set the target CRS of the pointcloud.

 WriteOptions=block.size=1.0;density.filter.threshold=1;targetCRS=
 
Last modified:: 2022/07/29 07:53