Name: drone_fp.py
The purpose of this module is to calculate imagery footprints or field of view (FOV). This is accomplished by using exiftags from drone images to generate polygons for each image. The output is a GeoJSON file with:
- Drone Flightpath (LineString)
- Mission Area (Polygon)
- Individual Image Footprints (Polygons)
Author: Dean Hand
Date Created: 09/07/2019
-i
- The Default root folder for the mission you wish to processes. Required
-o
- The output directory for the GeoJSON file. Not Required
A sample dataset can be found here
A sample of the json output can be found here