3
votes
1answer
168 views

How to convert a string from GetParameterAsText to uppercase?

This is my first question here and I'm sure it's ridiculously simple. But I have Googled and no luck. I am trying to make a tool in ArcToolbox using a Python script so users can input a street and ...
0
votes
0answers
63 views

missing link between toolbox and tool (python)

I want to run a arcscript to do batch work. However, the error always showed that environment or tool not found. (gp.SplitByAttribute(inputFC, fieldName, outputWS, filePrefix) AttributeError: Object: ...