Rdocumentation
powered by
Learn R Programming
raster (version 1.2-6)
KML: KML
Description
Export raster to a KML file
Usage
KML(raster, filename, col=rainbow(255), maxpixels=100000)
Arguments
raster
RasterLayer
filename
output filename
col
color scheme to be used
maxpixels
maximum number of pixels. If ncell(raster) > maxpixels, sampleRegular is used to reduce the number of pixels
Value
None. But two files are written to disk.