ArcGIS Hydrology Geoprocessing Tools {RPyGeo} | R Documentation |
Wrappers for selected geoprocessing tools from the ArcGIS Hydrology toolset of the Spatial Analyst extension.
rpygeo.FlowAccumulation.sa(in.flow.direction.raster, out.accumulation.raster, in.weight.raster = NULL, data.type = c("FLOAT","INTEGER"), ...) rpygeo.FlowDirection.sa = function(in.surface.raster, out.flow.direction.raster, force.flow = c("NORMAL","FORCE"), out.drop.raster = NULL, ...) rpygeo.FlowLength.sa(in.flow.direction.raster, out.raster, direction.measurement = c("DOWNSTREAM","UPSTREAM"), in.weight.raster = NULL, ...) rpygeo.Sink.sa(in.flow.direction.raster, out.raster, ...)
in.flow.direction.raster, in.surface.raster, in.weight.raster,
out.accumulation.raster, out.flow.direction.raster,
out.drop.raster, out.raster |
Names
of ArcGIS raster or vector
datasets or feature classes in a geodatabase (relative to the
current workspace defined in a rpygeo.env environment).
Shapefiles must include the extension ".shp" . |
data.type, direction.measurement |
Arguments to be passed to the Python geoprocessing tool. See ArcGIS help files (link below) for information on the usage of scripting commands and their arguments. |
... |
Additional arguments to be passed to
rpygeo.geoprocessor . |
These functions simply interface the behaviour of the
ArcGIS/Python geoprocessing functions with the equivalent names.
See rpygeo.geoprocessor
for details on what happens behind
the scenes.
ArcGIS 9.2 online help for the georpocessing tools can be accessed through the following URLs:
The functions return NULL
if no error occurred, otherwise
a character vector containing the error message.
Alexander Brenning
rpygeo.geoprocessor
, rpygeo.build.env