I am working with geo LiDAR sets in LAS format, and my simple use case is that I want to easily georeference a selected point.
It took me forever to realize that Displaz is converting the source x,y coordinates to UTM meters.
This conversion makes sense for calculating vectors in meters. However, in order for me to figure out where the point is on the earth's surface, I have to know the UTM zone and then perform a conversion to a common coordinate system. It would be great if there were an option to show the point's lat/lon in a configurable notation (decimal degrees, UTM, etc), where applicable.
I am working with geo LiDAR sets in LAS format, and my simple use case is that I want to easily georeference a selected point.
It took me forever to realize that Displaz is converting the source x,y coordinates to UTM meters.
This conversion makes sense for calculating vectors in meters. However, in order for me to figure out where the point is on the earth's surface, I have to know the UTM zone and then perform a conversion to a common coordinate system. It would be great if there were an option to show the point's lat/lon in a configurable notation (decimal degrees, UTM, etc), where applicable.