# 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"
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.