@qgis + #DroneDB #microtootorial
You have some drone images over a transect and want to get the approximate area covered [1]
Use #DroneDB CLI (https://docs.dronedb.app/docs/cli) to generate image footprints:
ddb info ./jpg/*.JPG -f geojson --geometry polygon -o footprints.geojson
Drop the footprint geojson into QGIS [2]. Dissolve them (Vector -> Geoprocessing Tools -> Dissolve) [3].
Reproject the result to a CRS in metres (eg UTM) and label with $area [4]
Done!