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.