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")
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.