Locations & Routes
Description of the "Location" and "Route" asset.
Last updated
Was this helpful?
Description of the "Location" and "Route" asset.
Last updated
Was this helpful?
Location and route assets define where the mission takes place.
Both types of assets can be created or edited through the
Flight locations for creating a location asset can be defined by entering longitude and latitude coordinates or by clicking on the map and saving.
Route assets represent a 3D flight route defined by waypoints, each with a latitude, longitude, and altitude above ground level (AGL).
Routes can be created by clicking on the map, or by uploading a file in KML, PLAN or WAYPOINTS format using the UPLOAD FLIGHT PLAN
button.
If you add waypoints manually, you may add waypoints at the start or the end of the route and also in between existing waypoints. You need to specify the altitude (AGL) at each waypoint, which is set to 0 initially.
Routes created in NOVA can be downloaded in KML, PLAN or WAYPOINTS format. This is useful for re-creating the route in the future. This option is available when creating a mission and selecting an asset.
KML format
If you create KML files via a custom tool, please make sure to follow the KML standard. We expect that the route waypoints are provided within a <LineString>
, which is expected to include an altitude reference and coordinates of the route. A minimal example is given below.
Currently, NOVA supports relativeToGround
andabsolute
asaltitudeMode.
PLAN format
If you create PLAN files via a custom tool such as Q Ground Control, please make sure that the file includes at least the following structure:
WAYPOINTS format
If you create WAYPOINTS files via a custom tool such as Mission Planner, please make sure that the file includes at least the following structure:
NOVA automatically detects if an uploaded file uses an altitude mode other than AGL. When detected, NOVA will offer to convert the altitude values from AMSL to AGL, which is the default mode for all routes.
Analytics locations are defined in the same way as locations for local flights and listed in the NOVA Asset Manager. These locations are used for .
When an external file is uploaded, the route is automatically loaded from its data (see ). If altitude information is not provided in the file, you may add altitude data to the waypoints manually (see ). Other modifications of the uploaded route are prevented by NOVA.
External tools like Google Earth, Q Ground Control or Mission Planner can also be used to create route files. Instructions for Google Earth can be found (external link).
Download file
button within the route dialogDownload file
dialogCalculate altitudes
button within the Upload Flight Plan dialog