10. Export options#

10.1. Exporting to Excel#

Important

To enable MISSIONPLANNER to export a file to Microsoft Excel, the following are required on your PC:

  • Microsoft Excel 2002 (v10.0) or higher.

  • In the Microsoft Excel Trust Center (or equivalent location in your version of Microsoft Excel), Trust Access to VBA project object model must be enabled.

It is recommended to export the data to a template that has predefined fields for line number, coordinates, focal length, overlap, etc

10.2. Creating a customized Excel template#

10.2.1. Basic principle#

MISSIONPLANNER uses Excel templates and substitutes the variables found within the template with the corresponding values set in the active project. For the export of flight lines MISSIONPLANNER creates a table that then is copied into the template. The Excel spreadsheet is fully customizable and supports adding images.

Hint

It is recommended to use an existing template and customize it to your specific needs as explained below.

10.2.2. Defined sections#

Not all template variables are populated during Excel export. Specify a designated area within the template where these variables can be located. The available areas are listed here:

../_images/excel_export-variables.png

Two areas can be created:

RangeProject

Area containing all project information

RangeLines

Area containing all information on one flight line. For each flight line new rows are added and a table is created.

10.2.3. Variables#

The variable names are predefined, see below. Each variable begins with an underscore _ so that it can easily be distinguished from other text in the document. Variables can either exist independently within a cell or be integrated into an equation.

10.2.4. Special cases#

In order to compute a sum, mean, minimum or maximum value over all flight lines, the equations must reference the specific sections.

Examples

Operation

German

English

Count

=ANZAHLA(INDEX(RangeLines;;1)

=COUNTA(INDEX(RangeLines;;1)

Min

=MIN(INDEX(RangeLines;;3)

=MIN(INDEX(RangeLines;;3)

Max

=MAX(INDEX(RangeLines;;4)

=MAX(INDEX(RangeLines;;4)

Average

=MITTELWERT(INDEX(RangeLines;;4)

=AVERAGE(INDEX(RangeLines;;4))

Sum

=SUMME(INDEX(RangeLines;;7)

=SUM(INDEX(RangeLines;;7)

The number at the end of the equation corresponds to the column of the section, e.g. column number 1 = 1 .

10.2.5. Saving the template#

The template must be saved in the ProgramData folder:

%ProgramData%\TOPOFLIGHT\{{program version}}\Templates

10.2.6. List of all variables#

Range: RangeProject

General

_SensorName

Sensor name as displayed in MISSIONPLANNER

_SensorType

Display name of the sensor type (Frame, LiDAR, Stepper, Pushbroom, SensorSystem, undefined)

_SenorBrand

brand of the sensor

_SensorModel

model of the sensor

_ProjName

name of the project

_FOVWidth

sensor FOV (field of view) width [degrees]

_FOVHeight

sensor FOV (field of view) height [degrees]

_SpeedKn

aircraft speed [knots]

_SpeedMs

aircraft speed [m/s]

_SpeedKmh

speed [kmh]

Frame

_WidthPx

sensor width in pixel

_HeightPx

sensor height in pixel

_WidthMM

sensor width in mm

_HeightMM

sensor height in mm

_PixSize

pixel size in mm

_FocalMM

focal length in mm

LiDAR

_PRR

pulse repetition rate (Riegl)

_LPS

scan rate (Riegl)

Range: RangeLines

General

_LineID

line ID

_Sensor

sensor name

_SensorLabel

sensor label

_AMSL_min

minimum absolute altitude

_AMSL_max

maximum absolute altitude

_AMSL_mean

mean absolute altitude

_HAGL_min

minimum height above ground

_HAGL_max

maximum height above ground

_HAGL_mean

mean height above ground

_Start_X

starting point easting

_Start_Y

starting point northing

_End_X

end point easting

_End_Y

end point northing

_Start_Lon

starting point longitude

_Start_Lat

starting point latitude

_End_Lon

end point longitude

_End_Lat

end point latitude

_Length

length [map units]

_SideOverlap_min

minimum side overlap

_SideOverlap_max

maximum side overlap

_SideOverlap_mean

mean side overlap

_Azimuth

azimuth [degrees]

_AzimuthBack

backward azimuth [degreees]

_Azimuth_WGS84

geographic azimuth [degrees]

_AzimuthBack_WGS84

geographic backward azimuth [degreees]

Frame Cameras

_imgCount

number of images

_GSD_min

minimum ground sampling distance

_GSD_max

maximum ground sampling distance

_GSD_mean

mean ground sampling distance

_FWDOverlap_min

minimum forward overlap

_FWDOverlap_max

maximum forward overlap

_FWDOverlap_mean

mean forward overlap

_ImgBase_min

minimum base between image positions

_ImgBase_max

maximum base between image positions

_ImgBase_mean

mean base between image positions

LiDAR

_PTS_min

minimum point density [points / m2]

_PTS_max

maximum point density [points / m2]

_PTS_mean

mean point density [points / m2]

10.3. Exporting as text file#

10.4. Exporting as KML#

10.5. Exporting as TrackAir#

10.6. Exporting as Labyrinth#

10.7. Printing flight plan (generating PDFs)#

Hint

The templates are compatible with printing on various paper sizes. It is possible to edit the format of PDF templates before printing by clicking Edit in the dialog window that opens upon selecting export and Print . These settings, however, are not saved in the file!