Rdocumentation
powered by
Learn R Programming
R2G2 (version 1.0-2)
Overlay2GE: Automated placement of an overlayed image in Google Earth
Description
Produces a KML file from a set of coordinates (the NSEW limits of the image to overlay) and the image name.
Usage
Overlay2GE(coords, image = "/home/Images/myimage.jpg", goo = "Overlay2GE.kml")
Arguments
coords
The image boundary coordinates (declared in decimal degrees with the following order: N, S, E and W)
image
The image name (if in working directory) or complete path of the image to map. At least *.jpg and *.png are supported by Google Earth.
goo
Name of the KML file to that will be saved into the working directory (use getwd() to find it).