KML-methods: KML

Description Usage Arguments Note

Description

KML method for a GeotopRasterBrick object

Usage

1
2
3
4
## S4 method for signature 'GeotopRasterBrick'
KML(x, filename,
  crs = as.character("+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs"),
  ...)

Arguments

x

the GeotopRasterBrick object

filename

mane of the KML file to produce

crs

character string containg the LatLon reference system. Default is "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs" (see http://spatialreference.org/ref/epsg/4326/).

...

further argument for S4 method KLM for Raster object.

Note

A coordinate transformation is made with projectRaster.


geotopbricks documentation built on March 26, 2020, 7:39 p.m.