LogoLogo
Home PageCreate a Ticket
FieldAgent Mobile iOS
FieldAgent Mobile iOS
  • FieldAgent Mobile iOS
  • Before You Begin
  • Requirements
    • Apple Devices
    • iOS System Software
    • DJI Drones
    • Sentera Cameras
    • DJI Cameras
    • SD Cards
    • SD Card Reader
  • 60-Second Guides
    • Fly a Field Boundary
    • Ad-Hoc Flight Planning
    • Flight Plan Import
    • Switch Active Organization
    • Flight Tasks
    • Terrain Informed Flight
    • Fly a Drone
    • Flight Plan Export
    • Trimble Mobile Manager
    • Ground Control Points
    • Weeds Ground Truthing
    • Sprayer Offset
    • Sentera RTK Calibration
    • Wind Turbine Locations
    • Solar Times
    • App Support Logs
    • DJI Drone Settings
  • App Guide
    • Getting Started
    • Home Screen
    • Field Details
    • Flight Planning
    • Wireless Flight Plan Transfer
    • Flight Tasks
  • Troubleshooting Guide
    • DJI Drone
    • Flight Interruptions
    • DJI Camera
    • Sentera Camera
    • FieldAgent Mobile
    • Sentera RTK Base Station
  • FAQs
    • Sentera Sensors
  • Data Schemas
    • Flight Plans
Powered by GitBook
On this page
  • Imported Types
  • CSV
  • JSON
  • Exported Types
  • KMZ
Export as PDF
  1. Data Schemas

Flight Plans

The app can import and export multiple data types for a flight plan.


File Type
Import
Export

.csv

.json

.kmz


Imported Types

The app can read .csv and .json files to produce a flight plan.

CSV

A CSV file can populate a flight boundary in the app. Flight parameters cannot be included in the CSV file; only boundary coordinates can be imported with this file format.

Requirements

  • The boundary points should be ordered correctly from a clockwise or counter-clockwise direction.

  • There must be exactly two fields per row.

lat-lon

If the .csv column labels are lat,lon or absent, the subsequent rows must contain precisely two fields, ordered latitude and longitude.

There is an example CSV file below.

lon-lat

If the .csv column labels are lon,lat the subsequent rows must contain precisely two fields ordered longitude and latitude.


JSON

A .json file can provide both flight boundary (geometry) and flight parameters to the app.

Requirements

The file must follow the JSON Schema below.

Below is an example JSON file that conforms to the schema above.


Exported Types

The app can export .kmz files representing flight plans with flight parameters and coordinates.

KMZ

The app can export a flight plan for use in DJI Pilot 2.

Requirements

The format of the KMZ file is documented on DJI's Developer Page.

PreviousData Schemas

Last updated 1 year ago

112B
AtWoodLake.csv
Example CSV file with lat,lon coordinates
8KB
FlightTask.schema.json
JSON Schema for a Flight Plan
2KB
FlightTask-Custom-Mission-Parameters.json
Example Flight Plan JSON File