Converting Point Cloud Data to CPT
The Convert Point Cloud to CPT tool converts point cloud data from various formats to a unified, visualization and stream-optimized Skyline-proprietary Point Cloud file (CPT) format. Supported input formats include all of the following:
§ LAS files containing LiDAR point cloud data and their compressed version (LAZ)
§ PTS text files
§ Point cloud text files (.txt, .xyz)
§ E57 files
Text point cloud files must be in space delimited format and in the order X Y Z R G B I or X Y Z I, where X, Y, and Z are coordinate data, R, G, and B are color values between 0 and 255, and I is the intensity value between 0 and 255.
The following is an example of XYZ RGBI formatted data:
1.0 1.0 1.0 0 0 255 0
2.0 2.0 2.0 0 255 0 100
3.0 3.0 3.0 255 0 0 255
Convert Point Cloud to CPT Tool
To use the Convert Point Cloud to CPT tool:
1. On the Layers tab, in the Point Cloud group, click the arrow under Point Cloud and select Convert Point Cloud. The Convert Point Cloud to CPT dialog is displayed.
2. To add source files to be converted, click Add Files, and browse to the required source files.
3. To remove a source file from the output, in the Files list, select the source, and click Remove Files.
4. Select Combine all sources into single output file to generate all the source data as one CPT model.
5. In the property sheet, set the parameters for all of the sources:
Parameter |
Description |
General |
|
Output Folder |
Set the folder for the generated file. Note: The output file name will be set to the same as the input file with a CPT extension. When the option to Combine all sources to single output file is selected, the combined file name is the same as the first input. |
Input Coordinates |
Select the type of coordinate system: Planar, Local Lat-Long or Global Lat-Long based on the coordinate system of your data. For Lat-Long data, it is generally preferable to use Local Lat-Long except when the project covers a large geographic area (e.g., an entire US state). |
Adjust Globe Curvature |
Select Yes to increase accuracy for Lat-Long CPT that will only be used with Globe terrain databases. |
Clip by Bounding Box (LAS) |
Select Yes to clip the CPT by the bounding box (BBox) information included in the LAS file. This property only applies to LAS files. |
Switch X/Y Columns (Text Files) |
Transpose the X Y columns. This property only applies to text files. Note: Text point cloud files need to be in space delimited format and in the order X Y Z R G B I or X Y Z I. |
Coordinate System (for LAS Files) |
|
Description |
Free text describing the coordinate system. |
Coordinate System |
Click Set to open the Coordinate System dialog, and set the required coordinate system. See “Coordinate System Dialog” in the “Basic Concepts” chapter for information. |
Compression |
|
Use Compression |
Select Yes or No. |
Maximum Error (Meters) |
Maximum allowed error. |
Import Attribute Fields Select the check boxes of the attribute fields you want to load with the layer. |
6. Click Convert to convert the files to a CPT model. When conversion is complete, you can load the converted CPT using the CPT from File command. See “Loading a Point Cloud Model from File” in this chapter for information.