Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. outputPoints = os.path.join(arcpy.env.scratchWorkspace, "pointTemp.shp")
  2. arcpy.CopyFeatures_management(ptList, outputPoints)
  3.  
  4. #code to ensure name is unique
  5. #newOutputName = os.path.join("c:\temp", "newname.shp")
  6. arcpy.Copy_management(outputPoints, newOutputName)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement