I've wondered about this for a while, too. In Martin's example the only difference between the two files is the classification, so that's the only property that gets overwritten, but the original question had two differences - elevation and class. Using the suggested workflow would overwrite the class (as desired) AND elevation (not desired), wouldn't it?If so, is there a way to select/delete particular layers from the LAY file so that only the desired layers get copied? That is, is there a way to delete all but the classification layer from the LAY so that it's the only layer that gets "flattened" into the LAZ file?Evon
On Wed, Nov 25, 2015 at 3:14 AM, Martin Isenburg <martin....@gmail.com> wrote:
Hello,
This was already answered in this thread here:
http://groups.google.com/d/topic/lastools/qxAqkWeTljk/discussion
We can do this with LASlayers if both files have the same number of points and in the same order. A little example. First I create my "other" LiDAR file with different z coordinates (normalized) and no classifications with lasheight and las2las:
D:\LAStools\bin>lasheight -i ..\data\fusa.laz ^
-replace_z ^
-o fusa_temp.laz
I saw this discussion in the user forum. But it don't fit the expectations. I have no guarantee that the numbers of points are identically. But for sure I can identify identically points via time stamp AND Echo.
Background:
Sometimes the precise adjustment and the classification are done in different places and from different companies. So it can happen, that some points are deleted in classification task.
The direction of copy is not important. We can bring the classification results to the adjusted las files or we can bring the coordinates of the adjusted las files to the classified data set.
Basically it works with TS "Copy from reference" but only for point clouds up to 20 Mio Points. I have some files they are up to 70 Mio Points.
--
Hi Martin,
that's great thank you. Does it work also as blast, with extreme big Las files?
Mit freundlichen Grüßen
Aicke Damrau
Tel.: +49 391 50 95 95 80
Fax: +49 391 50 95 95 899
Mobil: +49 160 3653 111
Webshop Geodaten online: https://geoshop.geofly.eu
GeoFly GmbH
Ottersleber Chaussee 91
39120 Magdeburg
Business Airport
Hello,
Currently the new lascopy tool should handle to just below 200 million points. If that is not enough I can easily add a huge_xxxx.bat scripts to the example_batch_script folder that will work similarly to the already existing batch script for sorting huge files by first creating a number of temporary files split by GPS time (and of course by scanner channel for LAS 1.4, thanks for the fore-sight, Evon).
Martin @rapidlasso