Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


uavRmp (version 0.6.2)

getGPSAltDiff: 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

character a path to the image

demPath

character a path to the DEM

Examples

Run this code
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