# 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"
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.