Tagged Questions
0
votes
1answer
57 views
How to Export to PDF after zooming to extent of each feature that meets SQL where clause?
I realize that I've asked two similar questions recently, but following suggestions in the comment chain, I'll make this a separate question (separate as it is not the no output problem in ArcPy: ...
-1
votes
2answers
73 views
ArcPy: (SearchCursor/export to tiff ) with no output [closed]
I'm trying to write a script that uses a search cursor to loop through a field in a .shp file (Incident_Z) find every value that meets a specific condition (zip code=10004) and then at a scale of ...
1
vote
2answers
78 views
SearchCursor (arcpy.da), accessing data on joined tables
Can you access joined tables through a da.SearchCursor?
I've found documentation to do this with SearchCursor (arcpy), but nothing for the 10.1 data access module.
0
votes
1answer
110 views
Help with Python Update Cursor syntax
I'm having trouble running a loop to update the values in a particular field in attribute table by reading from a csv file. Any input is greatly appreciated. The following is the sample code:
import ...
0
votes
1answer
87 views
Stop a Cursor loop when only 1 item is selected with Python
I am trying to create a Cursor that goes through a selection process and stops looping when only one feature is selected. Basically, as the Cursor loops it subsets a selection, and instead of going ...
8
votes
2answers
780 views
Export table to X,Y,Z ASCII file via arcpy
I'm looking for a way to export an ArcGIS table (created with the Sample command) to a text file via arcpy. I can do this in ArcGIS via the context menu by right-clicking the table, but have not found ...