rpygeo.required.extensions {RPyGeo} | R Documentation |
Internal function that checks which ArcGIS extensions have to be enabled to evaluate a Python expression.
rpygeo.required.extensions(expr)
expr |
A vector or list of character strings with Python geoprocessing expressions or function names. |
Returns a character vector with the ArcGIS extension names (currently e.g. "Spatial", "3d", "geostats", "network", and/or "datainteroperability").
This internal function is used by rpygeo.geoprocessor
.
Alexander Brenning