GPS.pt2photo: Add GPS coordinates to photos

Description Usage Arguments Examples

View source: R/GPS.pt2photo.R

Description

This function can be used to add GPS coordiantes (Longitude, Latitude) onto photos. Thus photos taken by camera can be visual on the map openned by cell phone i.e. iphone fetch GPS points from photo with geographical position. It will output photo name, latitude and longtitude. The function depends on exiftool.exe software file (https://sno.phy.queensu.ca/~phil/exiftool/).

Usage

1
GPS.pt2photo(photo.pos ="d:/photo", exiftool.pos= "D:/software/EXE", GPS.point)

Arguments

photo.pos

the place of photos filefold.

exiftool.pos

the place of exiftool.exe file. please download exiftool.exe file from https://sno.phy.queensu.ca/~phil/exiftool/

GPS.point

Longitude and latitude coordinates,i.e. GPS.point=c(110,40)

Examples

1
GPS.pt2photo(GPS.point=c(110,40))

liuguofang/photoGPS documentation built on Nov. 8, 2019, 7:08 p.m.