kml: Dummy function for kml help

Description Usage

View source: R/kml.R

Description

Reading and Writing KML files: readOGR(dsn = "C:/Users/gregorp.NEBULA2/Downloads/1433", layer = "wa_counties", encoding="KML")

Notice, for reading: no file extension, layer taken from inside the <name> tags in the KML file, encoding specified.

writeOGR(obj = obName, dsn = "directory/file.kml", driver = "KML", layer = "layerName")

Writing KML is basically the same.

Reading SHP files readOGR(dsn = "C:/Users/gregorp.NEBULA2/Downloads/1433", layer = "wa_counties") dsn points to directory, layer is name of particular shape file (sans file extension).

Usage

1
kml()

pocdata/pocr documentation built on Jan. 5, 2022, 9:54 a.m.