Skip to content

Python script for parsing and converting SRT files from a DJI Mini 4 Pro + 3D flight path viewer

Notifications You must be signed in to change notification settings

jonm3D/DJI_SRT_Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DJI Flight Path Inspector

Overview

This project provides tools to inspect and export flight path data from SRT files generated by a DJI Mini 4 Pro. The main script, srt.py, parses the SRT files to extract metadata, generate a CSV and GeoJSON file, and create visualizations of the flight path.

Flight Path Example

Outputs

When you run the script on a DJI SRT file, it generates the following outputs:

  • CSV File: Contains the extracted metadata for each frame.
  • GeoJSON File: Represents the flight path as a LineString.
  • Summary PNG: A visualization of the flight path with a top-down view+satellite basemap and a 3D oblique view.

To Do

  • Add output flags

About

Python script for parsing and converting SRT files from a DJI Mini 4 Pro + 3D flight path viewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages