r-lidar / lidR

Airborne LiDAR data manipulation and visualisation for forestry application
https://CRAN.R-project.org/package=lidR
GNU General Public License v3.0
596 stars 131 forks source link

Reproject (horizontal and vertical)? #340

Closed jgrn307 closed 4 years ago

jgrn307 commented 4 years ago

I was curious if there is a way to convert LAS points between horizontal and vertical datums? We've got some data that is NAD83 and needs to be tweaked to NAVD88.

Jean-Romain commented 4 years ago

I don't think so. The tool for projection available is only a wrapper around sp::spTransform. It reprojects xy leaving z unmodified. If sp is capable of such transformation I guess lidR too. But anyway I really do not recommend to use R for that. Use las2las from LAStools instead.