1
vote
0answers
43 views

Append or merge consecutive line segments (contours) as one single line of the same elevation value

Is there a way using python (ArcPy) or ArcGIS 10.1 tools to collect consecutive line segments having the same elevation value and appending/merging/generating one single line from them? Each resulting ...
4
votes
2answers
168 views

What's the difference between “Copy Features” and “Feature Class to Feature class”

I have a feature class within a feature dataset in a FGDB, and I need a copy of it in another FGDB. In ArcGIS 10.1, I've used the "Copy Features" tool, and it looks to be the same (according to the ...
2
votes
0answers
115 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
329 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 ...
4
votes
2answers
316 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 --> ...
2
votes
1answer
95 views

Is it possible to install NVS Vector Stream Tool with ArcGIS 10.1 SP1?

I can't seem to get a response form NVS about their Vector Stream Tool add-on, but they did send me a fixed-up version that I have now been able to install. However, I cannot find any associated ...
0
votes
0answers
159 views

Geoprocessing tool GUI windows displaying blank [closed]

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 ...
3
votes
1answer
270 views

Using Custom Functions in a Python Toolbox

I am trying to put together a python toolbox (Arc 10.1) and would like to use a defined function in my code. The function is: 'sys' is imported at the top of the file def listdirs(folder): ...
1
vote
1answer
151 views

arcpy.AddMessage and codepage problems

Some times in my tools I need to output Cyrillic text via arcpy.AddMessage function. Previously in 10.0 it was very easy. I had .py file of the tool saved in UTF8 codepage. This code wrote messages ...