Guest User

Untitled

a guest
Oct 18th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. #encoding = UTF-8
  2. import arcpy
  3. arcpy.env.workspace = r"G:/2016.06.AMSR/test"
  4. arcpy.Clip_management("GW1AM2_20160628_01D_PNMA_L3SGT10HA2220220_HResample&ProjectionC.tif","-6284686.378398 -5665437.312013 5960313.621602 5781062.687987","test_Clip.png","LAEA_Projection.shp","255","ClippingGeometry","NO_MAINTAIN_EXTENT" )
  5. print "Succeed in Clipping"
Add Comment
Please, Sign In to add comment