getGPSAltDiff {uavRmp} | R Documentation |
getGPSAltDiff
Description
extract the difference of the exif GPS aLtitude tag and a given DEM altitude at this point
Usage
getGPSAltDiff(picPath, demPath)
Arguments
picPath |
|
demPath |
|
Examples
## Not run:
demFN <- system.file("extdata", "mrbiko.tif", package = "uavRmp")
picFN <- system.file("extdata", "dji.jpg", package = "uavRmp")
## End(Not run)
[Package uavRmp version 0.7 Index]