ArcGIS ASCII/Raster Conversion {RPyGeo}R Documentation

Wrappers for ASCII/raster conversion

Description

Wrappers for ASCII/raster conversion functions from the Conversion toolbox.

Usage

rpygeo.ASCIIToRaster.conversion(in.ascii.file, out.raster,
    data.type = c("FLOAT","INTEGER"), ...)
rpygeo.RasterToASCII.conversion(in.raster, out.ascii.file, ...)

Arguments

in.ascii.file, in.raster, out.raster, out.ascii.file Names of ArcGIS raster datasets, or raster feature classes in a geodatabase (relative to the current workspace defined in a rpygeo.env environment). Shapefiles must include the extension ".shp".
data.type 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.

Details

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:

Value

The functions return NULL if no error occurred, otherwise a character vector containing the error message.

Author(s)

Alexander Brenning

See Also

rpygeo.geoprocessor, rpygeo.build.env


[Package RPyGeo version 0.9-1 Index]