ubarsc / pylidar

A set of Python modules which makes it easy to write lidar processing code in Python
http://www.pylidar.org
GNU General Public License v3.0
15 stars 11 forks source link

pylidar_index changes the number of points in the file #6

Closed gillins closed 4 years ago

gillins commented 8 years ago

Original report by Neil Flood (Bitbucket: neilflood, GitHub: neilflood).


Running pylidar_index on an input SPD V4 file creates an output file which has a different number of points. This does not seem good. It may be harmless, but it could also be a sign of something more sinister. Example counts for a single TLS file show the number of points change from 28363782 to 28362382, a loss of 1400 points. It is not yet clear whether the points are missing from the file, or simply that the count is incorrectly recorded, but neither seems like a good thing.

gillins commented 7 years ago

Original comment by Sam Gillingham (Bitbucket: gillins, GitHub: gillins).


Appears to be fixed, keeping open as Neil wants to run some more checks.