Tagged Questions
3
votes
0answers
89 views
Exporting records from an attribute table and placing them in a txt file
I am trying desperately to grab records in a shapefile's attribute table and copy them, with additional formatting to a txt file. Below is the code I have developed thus far:
I have used the ...
2
votes
0answers
273 views
Stop an arcgis model until all values are collected and then continue
This is similar to Modelbuilder - If precondition is false, continue iterating next input but I want the iterate tool to run to collect all the values and only then continue to the merge. Any ideas? ...
1
vote
0answers
209 views
Relate first point and last point of polyline to point feature(s)
I am working on a small script using ArcMap10/arcpy to generate a upstream-downstream uniqueid for a polyline feature class using point id's that fall on the starting point and ending point of a line.
...