ExportKMLProbContour: ExportKMLProbContour

Description Usage Arguments Details Value

View source: R/kml.R

Description

Create a Google Earth KML or KMZ file based on a 'RasterLayer' of kernel probability levels

Usage

1
ExportKMLProbContour(kde_raster, kml_name, dissolve, ...)

Arguments

probs_raster

RasterLayer of kde probability levels, usually made with CreateHRProbContourRaster()

kml_name

name of folder in KML file, default= "prob_countours"

dissolve

logical, TRUE = dissolve adjacent like polygons, FALSE = each cell remains intact; default is FALSE

...

other arguments to pass to ExportKMLPolygon()

Details

Use the dissolve functionality with caution - it is unable to properly handle polygon holes. This results from a known problem regarding holes in 'Polygon' objects. Therefore, at a given contour level holes may be improperly filled in.

Value

Exports a KML or KMZ of the probability contour levels


Blakemassey/gisr documentation built on Aug. 30, 2020, 12:14 a.m.