Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

drone-path-analyzer

Analyze a drone flight path CSV and export segmented CSV files plus an AI Analyze Overview.png image.

Install

pip install drone-path-analyzer

Usage

drone-path-analyzer flight.csv

By default, results are written to output/:

output/
  AI Analyze Overview.png
  full_result.csv
  splited/
    line-1.csv
    curve-2.csv
    circle-3.csv

You can choose a different output folder or sliding window size:

drone-path-analyzer flight.csv --output results --sliding-window 30

The input CSV can include extra leading columns. The analyzer looks for a timestamp-like column and reads Time, Longitude, Latitude, and optionally Altitude from that point.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages