I have a problem with txt2las result.
when I convert my points file (ascii, *.txt, with 4 column: xyzi), min and max values of x, y, z are reported that I have marked in green and red below:
reporting all LAS header entries:
file signature: 'LASF'
file source ID: 0
global_encoding: 0
project ID GUID data 1-4: 00000000-0000-0000-0000-000000000000
version major.minor: 1.2
system identifier: 'LAStools (c) by rapidlasso GmbH'
generating software: 'txt2las (version 160721)'
file creation day/year: 207/2016
header size: 227
offset to point data: 227
number var. length records: 0
point data format: 0
point data record length: 20
number of point records: 10087141
number of points by return: 10087141 0 0 0 0
scale factor x y z: 0.0001 0.0001 0.0001
offset x y z: 31515000 5686000 0
min x y z: 31515000.0000 5686500.0000 42.9000
max x y z: 31515335.8400 5686999.9900 80.8400
LASzip compression (version 2.4r2 c2 50000): POINT10 2
reporting minimum and maximum for all LAS point record entries ...
X 0 3358400
Y 5000000 9999900
Z 429000 808400
intensity 1 5100
return_number 1 1
number_of_returns 1 1
edge_of_flight_line 0 0
scan_direction_flag 0 0
classification 0 0
scan_angle_rank 0 0
user_data 0 0
point_source_ID 0 0
WARNING: there is coordinate resolution fluff (x10) in XYZ
WARNING: there is serious coordinate resolution fluff (x100) in XYZ
number of first returns: 10087141
number of intermediate returns: 0
number of last returns: 10087141
number of single returns: 10087141
overview over number of returns of given pulse: 10087141 0 0 0 0 0 0
histogram of classification of points:
10087141 never classified (0)
I know that green lines are correct, but I don't know what the red lines express exactly.
thank you.