Las format definition
The .las and .laz output of SURE is based on the POINT DATA RECORD FORMAT 2, as specified in the LAS SPECIFICATION Version 1.2 , 09/02/2008
https://www.asprs.org/wp-content/uploads/2010/12/asprs_las_format_v12.pdf
SURE is able to read data up to LAS Version 1.3 and will write point cloud data in LAS Version 1.2
Item | Format | Size | Interpretation |
---|---|---|---|
X | long | 32 bit | X coordinate |
Y | long | 32 bit | Y coordinate |
Z | long | 32 bit | Z coordinate |
Point Source ID | unsigned short | 16 bit | Base image from matching (0 based index in image list) |
Red | unsigned short | 16 bit | Red color channel |
Green | unsigned short | 16 bit | Green color channel |
Blue | unsigned short | 16 bit | Blue color channel |
Intensity | unsigned short | 16 bit |
Point precision value that relates to the point depth standard deviation (σ) and the project GSD. The values are computed according to the following formula: I = (σ / GSD) * 10000
4th color channel (typically Near Infrared, if the input images contain it) |
Number of returns / Return number | 3 bit |
Set to the constant value 1. | |
Classification | unsigned char | 8 bit |
|
UserData | unsigned char | 8 bit | Accuracy (to be determined) |