raw2L0: Analyses raw image UAV data and returns a L0 report

Description Usage Arguments Details Value Author(s)

Description

Reads the EXIF information and divides the images into noGPS, taxi and useable L0 images

Usage

1
raw2L0(pathRAW, taxi_threshold = c(3, 5))

Arguments

pathRAW

[string] path to the raw images

taxi_threshold

[numeric] vector of length 2 with the lower and upper distance between two consecutive images

Details

Creates a subfolder in pathRAW with the following structure: ├── flightArea ├── flightLog ├── imageReport │ ├── images_l0.csv │ ├── images_noGPS.csv │ └── images_taxi.csv ├── images └── trashcan ├── noGPS └── taxi Currently doesn't move any files

Value

list of exif

Author(s)

Marvin Ludwig


Nature40/UM2UAV documentation built on Sept. 17, 2019, 3:54 p.m.