url_ndvi = r"GIS Servers\arcgis on www.sciencebase.gov\phenology\ndvi.ImageServer" inpoly = r"I:\NPS_NPMP_data\PythonCode\testPhenoTools\Sheldon_Boundaries.shp" #the inpoly is used to set the extent #pull our image service data arcpy.MakeImageServerLayer_management(url_ndvi, "tmp_extract1", inpoly) #make a arcpy layer from it so that we can manipulate it imgSvrLayer1 = arcpy.mapping.Layer("tmp_extract1")
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.