This is documentation of an archived release.
For documentation on the current version, please check Knowledge Base.

Prepare MM Data Riegl

This page describes how to prepare Riegl mobile mapping resources for Orbit.
Using the Riegl Orbit import templates RiProcess prepared resources can be imported into Orbit.

It is strongly recommend to read first Understand Mobile Mapping data in Orbit.

Trajectory

Trajectory positions and orientations file

  • File format : one ascii *.csv file
  • File structure Rows : each trajectory timestamp is one record
  • File structure Columns : comma separated (char44), headers, with exact order as the example below
  • Value “Easting, Northing, Elevation”: any supported coordinate system can be used, but all mobile mapping resources should have the same crs
Time[s],Easting[m],Northing[m],Elevation[m],Roll[deg],Pitch[deg],Yaw[deg]
224890.057239,547142.912,5390005.558,364.853,2.053063914342,3.487736106196,17.974253626389
224890.062239,547142.913,5390005.638,364.915,2.057884034006,3.488899462515,17.971361583690
224890.067239,547142.914,5390005.718,364.977,2.065638026294,3.490579275132,17.971408047112
...

Imagery

Panoramas

Image files

  • Image type : Ladybug 5, equirectangular panoramas
  • Image resolution : ratio 2×1, advised 8000×4000 pixels
  • File format : each image is one *.jpg file
  • File name : exactly as “file_name” value of image positions file, see below
  • Folder structure : all files in one folder

Image positions and orientations file

  • File format : one asccii *.csv file
  • File structure Rows : each image is one record
  • File structure Columns : comma separated (char44), headers, with exact order as the example below
  • Value “Filename” : filename with extension
  • Value “Origin” : same CRS as trajectory, see above
Timestamp,Filename,Origin (X,Y,Z),Direction (X,Y,Z),Up (X,Y,Z),Roll(X),Pitch(Y),Yaw(Z)
186594.2246,141111_040847143.jpg,-1500901.377,6196894.024,163467.166,0.228739827,-0.029419842,0.973042941,-0.230119866,0.969581069,0.083411016,-68.79688049,-76.6661872,-7.328978157
186594.6487,141111_040847567.jpg,-1500902.338,6196893.931,163462.369,0.214075245,-0.024180399,0.976517843,-0.233535976,0.969435754,0.075201508,-69.56981959,-77.55886068,-6.444404969
186595.0726,141111_040847991.jpg,-1500903.234,6196893.856,163457.664,0.198904143,-0.029530112,0.979573945,-0.241949569,0.967125721,0.078283117,-67.08873747,-78.39962836,-8.444678498
...

Planars

Image files

  • Image type : rectified, undistorted images
  • Image resolution : camera calibration setting
  • Files : *.jpg files, each image is one jpg file
  • File name : exactly as “Filename” value of photo position file, see below
  • Folder structure : all files in one folder

Image positions and orientations file

  • Files : one ascii *.csv file
  • Rows : each image is one record
  • Columns : comma separated (char44), headers, with exact order as the example below
  • Value “Filename” : file name as on disk, with file extension
  • Value “Origin” : Same CRS as Trajectory
Timestamp,Filename,Origin (Easting,Northing,Elevation),Direction (Easting,Northing,Elevation),Up (Easting,Northing,Elevation),Roll(X),Pitch(Y),Yaw(Z)
45284.575200000,110908_123444575_Camera 1.jpg,548324.806,5390541.554,360.528,-0.676989013,-0.570078724,0.465506310,0.611061083,-0.787898665,-0.076289229,9.307168536,-61.874787478,29.572965242
45285.575188000,110908_123445575_Camera 1.jpg,548321.543,5390544.827,360.621,-0.843145235,-0.302017244,0.444850196,0.292203020,-0.951872662,-0.092497734,11.746162447,-62.995967811,6.571362402
45286.575177000,110908_123446575_Camera 1.jpg,548319.572,5390549.399,360.736,-0.892828041,0.006230655,0.450354602,-0.050736548,-0.994924680,-0.086894675,10.920878255,-62.719427866,-12.648428546
...

Camera calibration

Camera calibration settings are included in the Riegl RiProcess exported Orbit Template.

LiDAR

Point cloud files

  • Files : one or more *.las or *.laz files, structure v1.2
  • File name : free of choice
  • Latitude, Longitude, Elevation : Same CRS as Trajectory
Do not write Riegl extrabites in the las file in RiProcess. This will cause improper import in Orbit
 
Last modified:: 2019/03/25 11:36