Tagged Questions
4
votes
1answer
658 views
How can I write a python script for repairing broken links in ArcGIS 10 for different new paths of layers or shapefiles?
I have an .mxd with broken link layers and each layer has a different new path.
I know the python script for repairing the broken links of the layers, but I want to put all the new paths of the layers ...
5
votes
2answers
753 views
Calculating slope cell-by-cell in ArcPy
I am relatively new to the ArcGIS-Python environment and want to calculate elevation raster slope. But it says "ValueError: setting an array element with a sequence". Below code is what I have. Any ...
0
votes
1answer
716 views
Create HTML report using Python
i want to create Analysis report after createing model for generating cut/fill. Once it will done , basedon this cutfill/table, would be display statics in html formate using python. is it possible. ...
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 ...
2
votes
1answer
282 views
ArcObjects ITextSymbol.GetTextSize in Python revisited: usage with StartDrawing and FinishDrawing methods
I am using ArcGIS 10.0/ArcObjects and Python 2.6. I am trying to get the usage of the ITextSymbol.GetTextSize method correct. The syntax, as established in an earlier question, is:
dblx, dbly = ...