Guest User

Untitled

a guest
Nov 22nd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. ID1 ID2
  2. 20 2445
  3. 22 2557
  4. 23 2456
  5.  
  6. import pandas
  7. import arcpy
  8.  
  9. all_snapped_nodes = 'all_snapped_nodes.shp'
  10. all_new_nodes = 'AllnewNodes.shp'
  11.  
  12. new_old_node_conversion = pandas.read_csv('new_old_node_conversion.csv',index_col = 0, header = None)
  13. #more code thats snaps IDs from layer1 to layer2.
Add Comment
Please, Sign In to add comment