# Get the value from the field called tilename, e.g. ab1234. (This should be a string field) name = row.getValue("TILE_NAME") # Set Output location outputlocation = arcpy.GetParameterAsText(0) # Concatenate into whole path name outputName = outputlocation + "\\" + name + "_ArcMap" + ".tif"
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.