help_gdal_polygonizeR: rasters into shape.

Description Usage Arguments Value Author(s) References

Description

Getting rasters into shape with gdal.

Usage

1
2
3
help_gdal_polygonizeR(x, outshape = NULL,
  gdalformat = "ESRI Shapefile", pypath = NULL, readpoly = TRUE,
  quiet = TRUE)

Arguments

x

raster

outshape

character, output shape file, default=NULL

gdalformat

character, gdal format description, default="ESRI Shapefile"

pypath

character, path to python script 'gdal_polygonize.py', default=NULL: R will search for script

readpoly

boolean, raed polygon in R, default=TRUE

quiet

Value

shape

Author(s)

Johannes Brenner johannes.brenner@ufz.de

References

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


JBrenn/Helper4me documentation built on May 7, 2019, 6:49 a.m.