rpygeo.required.extensions {RPyGeo}R Documentation

Check required ArcGIS extensions

Description

Internal function that checks which ArcGIS extensions have to be enabled to evaluate a Python expression.

Usage

rpygeo.required.extensions(expr)

Arguments

expr A vector or list of character strings with Python geoprocessing expressions or function names.

Value

Returns a character vector with the ArcGIS extension names (currently e.g. "Spatial", "3d", "geostats", "network", and/or "datainteroperability").

Note

This internal function is used by rpygeo.geoprocessor.

Author(s)

Alexander Brenning

See Also

rpygeo.geoprocessor


[Package RPyGeo version 0.9-1 Index]