Displaying 1 result from an estimated 1 matches for "arcpy".
Did you mean:
arcp
2011 Aug 23
1
Passing parameters
...ds. I don't know if the parameters aren't being passed
properly or what. I'm a programming newbie, and I can't even figure out how
to see what's happening at the R end.
Here is the Python script that is retrieving parameters from the model and
supposedly passing to R:
import arcpy as ARCPY
import arcpy.management as DM
import os as OS
import sys as SYS
def setupMyRsemivar():
########## Get User Provided Inputs ##########
currentWS = arcpy.GetParameterAsText(0) # base working directory
currentWS_RCMD = '"' + wd_base + '"' # add the strin...