exif_coord_convert: Convert coordinates found in GPS exif tags

Description Usage Arguments Author(s)

View source: R/exif_coord_convert.R

Description

Convert coordinates found in GPS exif tags

Usage

1
2
3
4
5
6
exif_coord_convert(
  img_path,
  crs_in = "+init=epsg:4326",
  crs_out = "+init=epsg:27700",
  csv = TRUE
)

Arguments

img_path

The full path of input photos

crs_in

The native coordinate system

crs_out

The target coordinate system

csv

Write a .csv file with converted coordinates?

Author(s)

James P. Duffy


everydayduffy/ArducopteR documentation built on Dec. 10, 2019, 1:04 p.m.