Advertisement
Guest User

Untitled

a guest
Mar 26th, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import arcpy
  2. from arcpy import env
  3. env.workspace = r'C:input'
  4. arcpy.RasterToPolygon_conversion("raster.tif", "C:new.shp", "NO_SIMPLIFY", "CLASS_NAME")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement