getGPSAltDiff: getGPSAltDiff

View source: R/karim.R

getGPSAltDiffR 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

character a path to the image

demPath

character a path to the DEM

Examples

## Not run: 
demFN <- system.file("extdata", "mrbiko.tif", package = "uavRmp")
picFN <- system.file("extdata", "dji.jpg", package = "uavRmp")


## End(Not run)

gisma/uavRmp documentation built on Sept. 12, 2023, 2:24 p.m.