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")
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.