The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
42 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
166 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
61 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
693 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 ...