Tagged Questions
2
votes
1answer
78 views
Select and zoom python script
I am attempting to make a simple select and zoom python script for my address points. Currently the script will complete successfully but will not select or zoom to the entered point. I am using two ...
3
votes
2answers
101 views
Running python 2.6 and 2.7 in ArcGIS 10.0
I figure that there must be a way for me to run python 2.6 and 2.7 on the same computer. I've got a program that requires 2.7, but ArcGIS requires 2.6. I'd like to be able to run both programs at ...
3
votes
1answer
246 views
Automate removal of duplicate polygon nodes from shape file in Arcmap
I have a whole lot of polygon shape files, many of which have got duplicate nodes.
This makes processing difficult as almost all tools (erase, union, calculate area) do not work.
I found that by ...
3
votes
2answers
599 views
How to repair paths of an unmanaged raster catalog in file GDB?
I'm using ArcGIS 9.3.1 and I have an unmanaged file geodatabase with raster catalogs in it. Tiles are loaded inside the catalog and each tile has a "Full Path" property which is environment specific. ...
0
votes
1answer
263 views
Calculating length with Python and the PYTHON_9.3
(Please critic wholly if possible) If I have polyline data in NAD83 and I want to calculate geometry using the PYTHON_9.3 parameter from the arcgisscripting.create(9.3), I am getting mixed results. If ...
5
votes
2answers
1k views
(New at Python Scripting) Creating a Loop so i can replace text in page layout in multiple mxds instead of one mxd at a time
I found some code on a website that will perform a search and replace on page layout text elements. Currently you can only do it one MXD at a time. I was hoping to change the code so I can do a search ...