RPyGeo-package: ArcGIS Geoprocessing in R via Python
Description
Provide access to (virtually any) ArcGIS Geoprocessing
tool from within R by running Python geoprocessing scripts
without writing Python code or touching ArcGIS.
Arguments
Details
Package:
RPyGeo
Type:
Package
Version:
0.9-3
Date:
2011-09-07
License:
GPL
The function rpygeo.geoprocessor is the core function of this package.
It creates and runs a Python script that executes your ArcGIS/Python
geoprocessing command from within R.
This function can be used to define more convenient wrappers for frequently
used geoprocessing tools. Some are already implemented, for example
rpygeo.Slope.sa and rpygeo.EucDistance.sa, more are to be added in future
releases.