Wednesday 28 September 2016

arcgis desktop - Flatten / collapse one-to-many table and keep the 'many' attributes separate


I have a data set that contains intersection data. Each intersection node has up to 6 links which is identified by IN_LINK and OUT_LINK attributes. I want to create a new dataset that includes the intersection node value (NODE) and all of its accompanying links as a single record.


[NODE] [LINK_1] [LINK_2] etc... 5465 45687 9831 etc...


How would I code this in python?


sample table




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...