--
Download LAStools at
http://lastools.org
http://rapidlasso.com
Be social with LAStools at
http://facebook.com/LAStools
http://twitter.com/LAStools
http://linkedin.com/groups/LAStools-4408378
Manage your settings at
http://groups.google.com/group/lastools/subscribe
Thank you very much, I look forward to looking deeper into this. Your very well formulated and detailed decryption makes sense. I agree with you about the principal of leaving all points in the las files.
Is there an upper limit for the “slice” size? Is the slicing only to speed up processing, or does LAStool have a maximum file size it can work with? Problem as I see it is that there is a risk of losing points or get wrong numbering in the cuts. Especially if the points in the file are not sorted by GPS time.
Once again sorry for misunderstanding the concept of LAStools.
Best regards,
Mikael
Hi Martin,
In your answers below your give two examples. The first on 2. august 2018, where you detailed go thru the procedure with a 5 sec. slice of the file Last_return_issue.las. That part I can reproduce.
In you second example from 5. august 2018 you describe how to execute the procedure on the entire file. That example I cannot reproduce.
In the second last step where the “lasreturn” command is used, the output files are empty. The files are in the subdirectory “slices_fudged” but they are all of the length of 0 kb.
There are no error message in the command prompt window indicating something should be wrong.
The command outputting the empty files looks like this in your example:
lasreturn -i slices_sorted\*.laz ^
-repair_number_of_returns ^
-odir slices_fudged -olaz ^
-cores 4
I have tried to slice the file in 5 sec. instead of the suggested 50 sec. to get closer to the first example, but that does not change anything.
As far as I can see the difference between the first and second example is the procedure used to slice the file.
The first example uses “las2las -keep_gps_time” where as the second example uses “lassplit -by_gps_time_interval 50”. Could that be an issue?
Best regards
Mikael
Fra: last...@googlegroups.com [mailto:last...@googlegroups.com] På vegne af Martin Isenburg
Sendt: 5. august 2018 09:34
Til: LAStools - efficient command line tools for LIDAR processing
Emne: Re: [LAStools] Fix return numbering after removing of noise
Hello,
the time slice was chosen to be just 5 seconds to have a small example that is easily visualized. Since 5 seconds was just above 1 million points we can easily go to 50 seconds for an efficient multi-core pipeline. We would then use lassplit to generate a folder of 50 second slices that are then processed in parallel and merged back together at the end. Here an example for one flight line:
Hi Martin,
After looking at the two different output files form “las2las -keep_gps_time” and “lassplit -by_gps_time_interval 50” using las2txt tool, it looks as the gps time in output from “lassplit -by_gps_time_interval 50” is missing. In the text file all gps time stamps are 0.0000. I guess that could course the problem?
Best regards
Mikael
--