A Python-based tool for parsing and analyzing UAV flight logs across multiple formats (CSV, XML, TXT, PDF), generating flight metrics and visualizations.
- Parse UAV flight logs (CSV support implemented, extensible to XML/TXT/PDF)
- Compute flight metrics
- Data cleaning and validation for real-world datasets
- Visualization of flight duration trends and distributions
- Command-line interface (CLI) for easy execution
UAV flight log datasets (sample data from Kaggle and academic sources) for testing.
Add XML, TXT parsing Batch processing of multiple files Export results to JSON/CSV Basic anomaly detection (e.g., abnormal flight durations) Integration with drone simulation data
This is project is at the beginning stage.
Please read CONTRIBUTING.md for details on the process for pull requests.