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?
No comments:
Post a Comment