The toolbox tag has no wiki summary.
2
votes
1answer
44 views
Create a subset of a dataset with a specific grid size in ArcGIS using Data Management Tool
I am wondering how you can create a subset of a dataset that is a specific grid size (in pixels) using the Clip tool within the Data Management Tool box for raster data.
I was trying to find a hint ...
3
votes
1answer
169 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: ...
3
votes
2answers
697 views
arcgis python script to tool issue
I have a script to investigate mxd's and save them as lyr symbology/kmz and sld which works fine when run from the .py but does not run when used as a tool from arctoolbox. I have tried ...