outputKML: outputKML

Description Usage Arguments Details Value Examples

View source: R/rePhotoFunctions.R

Description

A function for output of a KML file for use with GIS software. The KML file shows a contour encompassing a search area for the location of the camera in the original photograph.

Usage

1
outputKML(out,filename="yourfilename",Thres=0.05)

Arguments

out

the output of rePhotograph()

filename

the name of the output KML file

Thres

the threshold for the contour output i.e. the default, Thres = 0.05, includes in the contour all locations that have a out$diffcomb < 0.05. This value can be adjusted based upon the regions shown in plot.search.area()

Details

This function requires functions from the sp, rgdal and maptools packages

Value

A KML file that can be opened in Google Earth, CalTopo etc

Examples

1

MatthewGilbertUCD/rePhoto documentation built on Jan. 7, 2022, 10:55 a.m.