> Hello everyone,
>
> I am pretty new to the lidar world and am working on a change detection project in the Arctic using high frequency ground based lidar data. I get much better results when I use xyz coordinates in earth centered earth fixed space to georeference my point clouds. However, I have been told that Polyworks, which I am planning to use for my analysis, works better in UTM space. Does anyone know of a tool to convert a point cloud from xyz (ECEF) coordinates to UTM coordinates?
GDAL, and therefore libLAS, has limited support for some ECEF coordinate systems. GDAL linkage might be one of the only things that libLAS does that LAStools doesn't these days :)
Using libLAS' las2las:
$ las2las -i input.las -o output.las --a_srs EPSG:ECEF-EPSG-CODE --t_srs EPSG:26918
Find ECEF-EPSG-CODE by looking at http://spatialreference.org for candidates if your LAS file does not have GeoTIFF keys to define the coordinate system of the file. If your file does have coordinate info already, eliminate the --a_srs entry in the command line.
Howard
| ymg <ym...@hotmail.com>
Sent by: last...@googlegroups.com 08/26/2012 04:41 AM
|
|
|
--
Download LAStools at
http://lastools.org/
Visit the LAStools group at
http://groups.google.com/group/lastools/
Be social with LAStools at
http://www.facebook.com/LAStools
http://www.twitter.com/LAStools