Description Usage Arguments Details Value Examples
View source: R/rePhotoFunctions.R
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.
1 | outputKML(out,filename="yourfilename",Thres=0.05)
|
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() |
This function requires functions from the sp, rgdal and maptools packages
A KML file that can be opened in Google Earth, CalTopo etc
1 | see rePhotograph vignette
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.