I am quite new to FME, so sorry for my lack of knowledge. I've created a very basic workspace to combine three LAS point clouds, reproject them from State Plane Alaska Zone 4 Feet to UTM84-6N. The combination and reprojection work and create a file, but the new LAS file is now georeferenced about 300 kms east of where it should be. I've done a similar transformation in LASTools successfully. Any ideas?
Solved
Reprojection is off
Best answer by daveatsafe
Hi @dvandommelen,
I looked at your .LAS file, and the coordinate system read by FME seems to be incorrect, with a meters based X offset for a foot based coordinate system.
If you override the input coordinate system, either in the Navigator pane of Workbench, or in the settings for the CsmapReprojector transformer, with the coordinate system AK83-4F, the point cloud will be properly reprojected to UTM84-6N.
In the CsmapReprojector, please also set the Vertical Handling to 'Heights are relative to the ellipsoid(s) or geocentric'. This will ensure the elevations are converted to meters along with the XY values.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

