gdal_polygonizeR: Polygonize with GDAL

View source: R/GIS.R

gdal_polygonizeRR Documentation

Polygonize with GDAL

Description

Based on https://johnbaumgartner.wordpress.com/2012/07/26/getting-rasters-into-shape-from-r/.

Usage

gdal_polygonizeR(
  x,
  outshape = NULL,
  gdalformat = "ESRI Shapefile",
  pypath = NULL,
  readpoly = TRUE,
  quiet = TRUE
)

Arguments

x

TODO: description needed

outshape

TODO: description needed

gdalformat

TODO: description needed

pypath

TODO: description needed

readpoly

TODO: description needed

quiet

TODO: description needed


PredictiveEcology/map documentation built on Nov. 11, 2023, 11:44 a.m.