A user interface in ArcGIS used for accessing, organizing, and managing a collection of geoprocessing tools, models, and scripts.
2
votes
0answers
17 views
Getting “Failed to open tool” message when trying to run geoprocessing tool from C# code
I've been experimenting with the Military Aspects of Terrain Template, which has a toolbox associated with it. I've been using the following WPF Runtime code, which should open a tool in the ...
3
votes
0answers
32 views
ArcToolbox Metadata. How does this work?
I've created several python scripts and created tools from them.
I have a custom toolbox that contains all of my tools.
I add this toolbox to the ArcToolbox window in ArcCatalog.
I want to create ...
2
votes
0answers
57 views
Problems converting polygon to point
I'm trying to convert polygons to points with ArcGIS 10. My polygon layer has 2 attributes that I want to give to my point layer. I'm using the Feature to Point function from the Arctoolbox, but it ...
0
votes
1answer
20 views
Is it not possible to transform a feature from one featuredataset into another with arcgis toolbox?
I am reprojecting datasets from the path1 to path2. The only difference is that the dataset is names differently and obviously has another coordinate system.
path1 = ...
1
vote
3answers
84 views
How to create a spatial reference file
I am using python, arctoolbox and arcpy 10.0
I am running a script that is tied to an arctoolbox. The toolbox serves to enter in my parameters. I have a feature layer as an input. The feature layer ...
0
votes
1answer
57 views
Convert feature to raster, not just the shape
First thanks for your Help
I have been trying to find an answer on previous question but I could“t. I am trying to convert a shape file into a raster, but the ARCGIS gives values only to outside ...
1
vote
1answer
19 views
Arc ToolBox Display paramter inputs after user stops script
I am using arcpy 10.0, python and arctoolbox. I have a question regarding the parameters for the arc toolbox. In my script I have a function that does a check on an input file. The user is charged ...
0
votes
0answers
35 views
Dialogue/popup box in arctoolbox [duplicate]
I am using arcpy 10.0, python and arctoolbox. I was wondering if it is possible to have a dialogue box pop up within arctool box. I am familiar with
arcpy.AddMessage("Your message here")
...
6
votes
1answer
74 views
How to apply the four colors theorem in a polygon map in ArcGIS/ArcToolBox automatcally?
I need to apply the four colors theorem in a polygonal shape in a way that I do not need to choose manually each color to put in each region. I wish to knows if there is any extension, plug-in, script ...
1
vote
1answer
75 views
Arctoolbox and python
I am trying to use arctoolbox and python so that the user can enter in parameters. In my script I have the following lines
_StationInterval = arcpy.GetParameterAsText(0)
I just want the user to be ...
2
votes
1answer
46 views
Can I choose specific SDE version to create replica geodatabase from?
I'm trying to automate the process of exporting a replica geodatabase using the geoprocessing tools and eventually a Python script.
I can't figure out how to create the replica from a specific ...
0
votes
0answers
42 views
Fix Topology Error Tool & Error Inspector not valid in ArcInfo 9.3 [closed]
I cannot use the above tools in my ArcInfo 9.3. Can you please tell me the possible reasons to this problem and possibly the solutions.
2
votes
0answers
101 views
ArcGIS Server 10.1 Geoprocessing service weirdly changed file path
I encountered a weird phenomenon on my ArcGIS Server 10.1.
I have a geoprocessing tool that exports a mxd file to an image file on my local directory, say "c://map/dir/export/image.png" It worked ...
4
votes
2answers
197 views
ArcGIS Server 10.1 publish geoprocessing tools
I have been trying to publish a geoprocessing tool to our new ArcGIS for Server 10.1 with SP1. I configured the serves to not to copy data to server when publishing services.
The tool ran well and ...
1
vote
2answers
59 views
Getting 2147483647 and -2147483647 as min and max output for point to raster, polygon to raster, and feature to raster tools
No matter which feature to raster tool I use (feature to raster, point to raster, or polygon to raster), I am getting a raster output whose min and max values are 2147483647 and -2147483647, ...