
Last chance! 50% off unlimited learning
Sale ends in
extract the difference of the exif GPS aLtitude tag and a given DEM altitude at this point
getGPSAltDiff(picPath, demPath)
character
a path to the image
character
a path to the DEM
if (FALSE) {
demFN <- system.file("extdata", "mrbiko.tif", package = "uavRmp")
picFN <- system.file("extdata", "dji.jpg", package = "uavRmp")
}
Run the code above in your browser using DataLab