write_coord_csv: Write coordinates and direction in a csv file.

View source: R/write.R

write_coord_csvR Documentation

Write coordinates and direction in a csv file.

Description

Write computed longitudes, latitudes (and directions) in a csv file. Images are not modified.

Usage

write_coord_csv(path = ".", file = "interp_gps.csv", direction = TRUE, ...)

Arguments

path

(optional) path where input and output are located. This is not necessary if the working directory is already set to that location.

file

the name of the csv file (default : "interp_gps.csv")

direction

should direction to next photo be calculated and included in the file?

...

other arguments passed to write.csv


the-knife/gpsinterp documentation built on July 31, 2023, 9:04 p.m.