/Haversine-Distance-Calculator

Extracting regions of interest within the trajectory of a camera equipped drone based on haversine distance. This is an implementation of the data processing pipeline using recorded drone video data and image metadata.

Primary LanguagePython

Haversine distance calculation. A simple pandas project demonstrating calculation of ROIs from aerial footages captured by surveillance drones.

Output files:
Drone_path.csv (SRT converted to csv)
Drone_path.kml (csv of the Drone path converted to KML)
Output.xlsl (Excel file containing the images within 'x'm from drone position)
POI_ouput.xlsl (Excel file containing images within 'x'm from Point of interest)