Skip to content

[feat] Add LLA to poses file based on user-provided CRS

This MR exports LLA columns computed from the provided CRS mapping when projection is enabled.

  • Export: Appends Longitude, Latitude, Altitude computed from InputCRS to OutputCRS (lon/lat in degrees, altitude in meters).
  • Import: Reader recognizes LLA columns and adds them as arrays.

image.png

Merge request reports

Loading