Displaying 1 result from an estimated 1 matches for "overwriteoutput".
2012 Jul 17
0
Arcgis in R
...we create
workspace.<- setwd("C:/RTest_NDVIc")
python.path.<-"C:/Python25" # Check if this is correct for your system
env.cur <- rpygeo.build.env(
workspace = workspace.,#ARC related
python.path = python.path.,
python.command = "python.exe", #python related
overwriteoutput=1 #if 1, overwrite
)
# Working directory
work.dir<-workspace.
# Import system modules
import arcgisscripting
# Create the Geoprocessor object
gp = arcgisscripting.create(9.3)
Thank you, any help is much appreciated.
--
View this message in context: http://r.789695.n4.nabble.com/Arcgis-...