--
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
Hello,
Simplest would be to run lastile with the '-refine_tiling 15000000' option that will split all tiles that were already created but have more than 15 million points into 4 subtiles. Example:
lastile -i tiles_raw\*.laz ^
-refine_tiling 15000000 ^
-cores 8
and just to be sure (cause it is not recursive) once more:
lastile -i tiles_raw\*.laz ^
-refine_tiling 15000000 ^
-cores 8
Maybe what you need is an "-unrefine_tiling" option as well once the refined tiles were processed?
Martin @rapidlasso
--
Hello,
In order to use '-refine_tiling 100000000' you must have created the tiles with lastile to start with.
Most people do not need the option '-reversible'. This is only needed to undo the tiling of a single (large) file ... usually a flight line. If your tiles are not created lastile you could manually retile only the tiles that are too large with the '-reversible' option in separate lastile calls that process one tile each to a new name , process all tiles, and then reverse the refined tiles with individual calls to lastile for each set of refined tiles to get back the original extends.
If there is another question please add a complete description of your current workflow because it is hard to answer without a full understanding of your process ...
Regards,
Martin @rapidlasso