This application will convert a Mavic 3 waypoint kmz file into a Litchi csv file.
This web application can be used to convert a Mavic 3 waypoint mission into a Litchi waypoint mission. DJI waypoint missions are stored in a KMZ file. Litchi waypoint missions can be stored in a CSV file. This web application converts the waypoints and mission parameters from DJI's XML/WPML format to Litchi's CSV format.
It is important to understand that the resulting Litchi waypoint mission will not follow the exact path of the Mavic 3 waypoint mission. This is because the Mavic 3 generates a flight path using a Bézier curve where the path goes through the control points where Litchi generates a flight path using a B-Spline where the control points do not generally fall on the curve.
This web application was written based on examining a number of DJI KMZ files. It is possible that this application will fail when mission parameters are encountered that I have not yet seen. If you discover a failure, please let me know. I will ask that you provide a sample DJI KMZ file so that I can troubleshoot and resolve the issue.
All Mavic 3 missions are stored using metric units. While Litchi can import CSV files with either metric or imperial units, a choice is provided for the output.