Hello,
another "lastool" update: There is a new roll-out bar called "set
projection" that allows you to specify projection information. This is
subsequently used to produce correct KML files or to populate the LAS/
LAZ file header on output. Note that this does *not* re-project (*).
But it seems that many LAS files still do not the LASF_Projection VLR
or contains wrong or insufficient information. Here is how it looks
http://www.cs.unc.edu/~isenburg/lastools/download/pics/lastool_proj.png
Also most command-line tools now support adding projection
information. For example to add the UTM zone 11T or state plane NAD83
of Ohio South or others to a LAS file while compressing simply run
something like
laszip -i lidar.las -utm 11T
laszip -i lidar.las -sp83 OH_S
laszip -i lidar.las -longlat
laszip -i lidar.las -sp27 CA_II
laszip -i lidar.las -lcc 1640416.666667 0 survey_feet 47.000000
-120.833333 47.5 48.733333
laszip -i lidar.las -tm 500000 0 meter 0 -93 0.99996
this also works with las2las, lasmerge, lasthin, lassort, lastile,
las2dem, lasgrid, las2iso, lasboundary, ...
Regards,
Martin @lastools
(*) re-projecting is currently only possible with las2las in the
command-line
PS: Just start "lastool.exe" via double-click and you're good to go.
You can download the latest version of LAStools and the GUI here:
http://www.cs.unc.edu/~isenburg/lastools/download/lastools.zip