Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. for singleShapefile in inputShapefiles:
  2. arcpy.SpatialJoin_analysis(studyarea, singleShapefile, arcpy.Polygon, 'JOIN_ONE_TO_ONE', 'KEEP_ALL', '', 'INTERSECT')
  3.  
  4. for singleShapefile in inputShapefiles:
  5. arcpy.SpatialJoin_analysis(studyarea, singleShapefile, 'in_memory/test', 'JOIN_ONE_TO_ONE', 'KEEP_ALL', '', 'INTERSECT')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement