gdal_polygonizeR | R Documentation |
Polygonize a raster
gdal_polygonizeR(
x,
outshape = NULL,
gdalformat = "ESRI Shapefile",
pypath = NULL,
readpoly = TRUE,
quiet = TRUE
)
x |
a |
outshape |
character giving the filepath for the output shapefile. |
gdalformat |
GDAL driver to use. See |
pypath , quiet |
deprecated. maintained for backwards compatibility only (not used). |
readpoly |
logical indicating whether the polygons object should be returned
(this was previously using |
if readpoly = TRUE
(default), a SpatVector
object; otherwise, NULL
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.