This page describes Leica BLK360 system and Leica RTC360 system terrestrial resources for Orbit.
Using the according Orbit Import Templates the described resources can be imported into Orbit.
It is strongly recommend to read first Concepts of Mobile Mapping and UAS data in Orbit.
The data are delivered in .E57 format. This file consists of the images, the photo positions and the point cloud(s).
Importing .E57 files can be done through the Import Run procedure. Using a template for a E57 import will induce this procedure to have one step extra compared to a regular import process. Below, this import procedure is described step by step.
Currently, the process requires one manual change (Step 3). One can use the script below to do this in an automatic way.
Via the procedure Optimize Imagery, Orbit will create Orbit Multiresolution Image panorama images. They are - as always - stored in the processed folder.
Step 3: Update photo position file
Use the following command in Windows PowerShell. Make sure to update the path in the command.
Set-Content -Path "<Orbit Run>/panorama1/original/positions.csv" -Value (get-content -Path "<Orbit Run>/panorama1/original/positions.csv" | Select-String -Pattern 'CubeFace2','CubeFace3','CubeFace4','CubeFace5','CubeFace6' -NotMatch)
The data are delivered in .E57 format. This file consists of the images, the photo positions and the point cloud(s).