read_exif_ssh: Read file exif data over ssh

Description Usage Arguments Value Author(s)

Description

Reads file exif data from a folder on the nas and saves it as a csv in dropbox.

Usage

1
2
3
4
read_exif_ssh(ssh_host = "user@10.74.76.105:22", passwrd,
  nas_image_path = "//NAS1/NAS3_2Mar15/Images/CMI_Office_2015",
  dbox_project_path = "D:/CM,Inc/Dropbox (CMI)/CMI_Team/Analysis/2019/CMI_Office_2015",
  tags = "")

Arguments

ssh_host

server to ssh into default is 'user at 10.74.76.105:22'

passwrd

password to server

nas_image_path

path of nas image folder with data to scan

dbox_project_path

dropbox project folder to save csv out

tags

any additional parameters to add to exiftool call (can be specific tags to get back)

Value

a data.frame/tibble with all the exif data for the folder you scaned

Author(s)

Abram Fleishman abram@conservationmetics.com


ConservationMetrics/drones documentation built on May 16, 2019, 4:05 a.m.