Tagged Questions
4
votes
2answers
238 views
Error 000735: Input Dataset or Feature Class: Value is required
I am a true novice when it comes to ArcGIS and computer programs like this one. Am taking a class and cannot get the Project function to work under the tool box.
The path I used was ArcTool box --> ...
0
votes
0answers
125 views
Geoprocessing tool GUI windows displaying blank
Using 10.1, both SP1 and no service pack, I'm getting blank windows when I open the GUI dialog for any geoprocessing tool from the ArcToolbox. The Environments window is also blank. Tool help windows ...
1
vote
1answer
33 views
Prompting Dialogue Box to Have User Enter Information? Without ArcGIS Engine maybe?
Working with the ArcGIS family v10.1 on Windows 7.
So, I have this vision for a GIS project that does the following:
User opens up ArcGIS Explorer (ideally) or ArcMap (still fine), or I guess even ...
4
votes
1answer
257 views
Python console vs Toolbox script in ArcGIS
My question is similar to this post: Adding Layer in current session using ARCPY . My script works in ArcMap python console but not as a script in toolbox.I am running ArcGIS 10.0 SP4. The script is ...
2
votes
1answer
105 views
Why does ArcMap edit session show different vertex count on feature than arcpy/ ArcToolbox
I am looking at features in an ArcSDE geodatabase via ArcMap. The feature shows to have four vertices by viewing the vertices in the map and by looking at the sketch properties.
However if I run a ...
3
votes
3answers
279 views
Do Different ArcGIS for Desktop License Levels Process Faster?
At my job, I have access to all three levels of ArcGIS licensing on my computer.
My question is: Does the license you are using in ArcMap make a difference on the speed of ArcMap?
I'm pretty sure ...
7
votes
1answer
490 views
How can I auto-increment output file-names in Toolbox ESRI ArcMap 10
I have a simple tool which outputs a file. I would like the filename to be a number which increments every time the tool is run.
How would I go about implementing this using the toolbox in ESRI ...
2
votes
0answers
68 views
network related issues arising when running an arcpy script
Essentially I wrote an arcpy script that is within a toolbox that I ported over to a different machine to test out after the script worked locally.
The script essentially utilizes the psycopg module ...
1
vote
2answers
321 views
How to automate relative filepath when adding a new toolbox to the arcmap catalog?
So I'm creating an arcpy script for a custom toolbox and I want to make it so that a user can essentially utilize the script in that toolbox without having to change the source path (which I made ...
1
vote
1answer
83 views
Other than the methods stated on the Desktop 10 Sharing Tools section, are there any other ways to distribute custom toolscripts?
Essentially I want to be able to distribute a custom script and it seems that I cannot create a .tbx file, so I looked into the other methods, but they are all only for Python modules it seems. What I ...
3
votes
2answers
207 views
Finding script location… dynamically
Should be a simple question... but those can be the hardest. I have created a script that uses ESRI's arcpy site package and it functions properly in a stand-alone environment. I am now trying to ...
3
votes
4answers
974 views
ArcMap 10.0 Python script tool - Have the script tool dialog box stay open past successful completion of script
Is there a way to have the script dialog box have the radio button that says "Close this dialog when completed successfully" unchecked for any user who runs the script tool? Is there configuration ...
0
votes
0answers
191 views
ArcGIS 10 IGPFunction2 and IGPFunctionFactory Implementation
I'm creating a custom ArcToolbox tool in C# .NET in ArcGIS 10 SP2. Though I seem to be having two issues which maybe related:
Firstly, my tool is run as a background task i.e. the GP dialog does not ...
4
votes
2answers
904 views
How to create a checkbox parameter in a ArcGIS custom Python tool?
I am working on creating an ArcGIS tool from a Python script I am writing. I am wondering if it is possible to have a checkbox parameter. Basically what I want to do is have a parameter where the ...
5
votes
1answer
768 views
How to create sidebar help information for custom arcgis script tools?
I have been creating custom gis tools with python via the arcpy module. I can set up the tool successfully with parameters and all, but I cannot figure out how to create help text that shows up on ...

