search for: indata_rcmd

Displaying 1 result from an estimated 1 matches for "indata_rcmd".

2011 Aug 23
1
Passing parameters
...def setupMyRsemivar(): ########## Get User Provided Inputs ########## currentWS = arcpy.GetParameterAsText(0) # base working directory currentWS_RCMD = '"' + wd_base + '"' # add the string quotes indata = arcpy.GetParameterAsText(1) # polygon input file indata_RCMD = '"' + data_input + '"' # add the string quotes R_output = arcpy.GetParameterAsText(2) # polygon input file R_output_RCMD = '"' + data_input + '"' # add the string quotes ########## Get R Tool Directory and Tool Name ##########...