Martin Isenburg
unread,Jan 12, 2012, 8:35:18 AM1/12/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to LAStools - efficient tools for LIDAR processing
hello,
if you run LAStools in GUI mode (either without arguments or with '-
gui') you will see that once you select a projection under
"projections" you can choose between three datums: wgs84, navd88, and
navd29. is there another vertical datum one you need? in the command-
line you can add a vertical datum with the projection as follows
las2las -i test.las -o test.laz -utm 32N -vertical wgs84
it is currently not possible to *only* add a vertical datum (without a
projection). also ... there is no vertical re-projecting (aka change
of ellipsoids) happening. this is only meant to add the missing
information about the current ellipsoid / vertical datum.
cheers,
martin