<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Symbology of layer file to CSV in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/symbology-of-layer-file-to-csv/m-p/541253#M42283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your work&amp;nbsp;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp;We will try to figure out how to obtain RGB values from &lt;EM&gt;unique values, many fields, &lt;/EM&gt;if it possible.&lt;/P&gt;&lt;P&gt;This script requires to define one field that&amp;nbsp;symbology is driving off. If we figure out to how obtain RGB values from &lt;EM&gt;many fields&lt;/EM&gt;, which parameter should be choosen for&amp;nbsp;&lt;EM&gt;Symbology field&lt;/EM&gt; instead of&amp;nbsp;&lt;EM&gt;String&lt;/EM&gt;?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Feb 2017 18:42:27 GMT</pubDate>
    <dc:creator>MihaKlemencic</dc:creator>
    <dc:date>2017-02-07T18:42:27Z</dc:date>
    <item>
      <title>Symbology of layer file to CSV</title>
      <link>https://community.esri.com/t5/python-questions/symbology-of-layer-file-to-csv/m-p/541249#M42279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like write RGB values of each polygon in attribute table and then convert to excel/CSV/txt file.&lt;/P&gt;&lt;P&gt;I found &lt;A href="http://gis.stackexchange.com/questions/124401/saving-a-arcmap-layers-rgb-values-into-the-attribute-table"&gt;this script&lt;/A&gt; that writes&amp;nbsp;RGB values for each polygon into attribute table. I created new script as it shows &lt;A href="http://help.arcgis.com/EN/arcgisdesktop/10.0/help/index.html#/Adding_a_script_tool/00150000001r000000/"&gt;on this page&lt;/A&gt;. However when I run the tool, I get a message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Executing: rgbValues D:\temp\GIS\eGeologija\KRANJ\SIMBOLOGIJA krpoly_opis_polygon #&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Start Time: Mon Feb 06 18:15:25 2017&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Running script rgbValues...&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;STARTED&lt;/EM&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;EM&gt;======================================================================&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;D:\temp\GIS\eGeologija\KRANJ\SIMBOLOGIJA\TempGDB.gdb&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Path: D:\temp\GIS\eGeologija\KRANJ\SHP\krpoly.shp&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Spatial Reference: D48_Slovenia_TM&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;TEMPS SET&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;_R field exists&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;_G field exists&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;_B field exists&lt;/EM&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;EM&gt;======================================================================&lt;/EM&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;EM&gt; * FREQUENCIES &amp;amp; TEMP CARTO TILES&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Failed script rgbValues...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Traceback (most recent call last):&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; File "D:\temp\GIS\eGeologija\RGB_values.py", &lt;STRONG&gt;line 107&lt;/STRONG&gt;, in &amp;lt;module&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; arcpy.Frequency_analysis(LayerPath, TempFrequency, FieldName, "")&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; File "c:\program files (x86)\arcgis\desktop10.5\arcpy\arcpy\analysis.py", line 1276, in Frequency&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; raise e&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ExecuteError: Failed to execute. Parameters are not valid.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ERROR 000735: Frequency Field(s): Value is required&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Failed to execute (Frequency).&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;Failed to execute (rgbValues).&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Failed at Mon Feb 06 18:15:26 2017 (Elapsed Time: 0.45 seconds)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line 107 represents this line of code:&amp;nbsp;arcpy.Frequency_analysis(LayerPath, TempFrequency, FieldName, "").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I do not know how to reapir script so I would appreciate your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 17:29:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/symbology-of-layer-file-to-csv/m-p/541249#M42279</guid>
      <dc:creator>MihaKlemencic</dc:creator>
      <dc:date>2017-02-06T17:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology of layer file to CSV</title>
      <link>https://community.esri.com/t5/python-questions/symbology-of-layer-file-to-csv/m-p/541250#M42280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like either you're not entering a value for the &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;FieldName&lt;/SPAN&gt; parameter or it's not wired up correctly when you made the script tool. You can see when it prints the new R, G, and B fields it doesn't have to original &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;FieldName&lt;/SPAN&gt; with it (which it should).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT:&lt;/P&gt;&lt;P&gt;I just noticed you're entering&amp;nbsp;TEMPS SET as the &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;FieldName&lt;/SPAN&gt;. Field names cannot have spaces so double check that the field name is correct and that you're not using a field alias instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 17:59:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/symbology-of-layer-file-to-csv/m-p/541250#M42280</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2017-02-06T17:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology of layer file to CSV</title>
      <link>https://community.esri.com/t5/python-questions/symbology-of-layer-file-to-csv/m-p/541251#M42281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems strange if I choose LYR file as Symbology layer, I have no option to choose Symbology field.&lt;/P&gt;&lt;P&gt;I prepared map package that includes data and script. Blake, can you check what is wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 18:58:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/symbology-of-layer-file-to-csv/m-p/541251#M42281</guid>
      <dc:creator>MihaKlemencic</dc:creator>
      <dc:date>2017-02-06T18:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology of layer file to CSV</title>
      <link>https://community.esri.com/t5/python-questions/symbology-of-layer-file-to-csv/m-p/541252#M42282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By importing your shapefile to a file geodatabase and classifying the symbology category using unique values (one field) instead of unique values, many fields, I was able to get this script to run. The shapefile wasn't working because it doesn't specify if a field is nullable, which is something the script checks for. And the many fields symbology wasn't working because the script only has input for one symbology field.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="316811" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/316811_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;I specified the following script tool parameters.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="316812" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/316812_pastedImage_5.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the script output:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Messages&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Executing: Script C:\Users\blaket\Downloads\RGB_values.mpk krpoly LIT_SIF&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Start Time: Tue Feb 07 10:28:20 2017&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Running script Script...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;STARTED&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;======================================================================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;C:\Users\blaket\Downloads\RGB_values.mpk\TempGDB.gdb&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Path: C:\Users\blaket\Downloads\RGB_values.mpk\testing.gdb\krpoly&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Spatial Reference: D48_Slovenia_TM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;LIT_SIF&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Type: Double&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Precision: 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Scale: 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Lenght: 8&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Null: True&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;TEMPS SET&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;LIT_SIF_R field created&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;LIT_SIF_G field created&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;LIT_SIF_B field created&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;======================================================================&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; * FREQUENCIES &amp;amp; TEMP CARTO TILES&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Symbology Frequency Analysis Completed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Temp Tile Feature Class: C:\Users\blaket\Downloads\RGB_values.mpk\TempGDB.gdb\TempTileFC&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Temp Tile Feature Class Field Added:LIT_SIF&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Centroid Feature Class For Raster:442035.953186113888.847687&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;======================================================================&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; * LOOPING VALUES&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; --------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Frequency Field Name:LIT_SIF&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Frequency Record: 1.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Temp Layer:TempLayerClone1.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Calculate Tile Field Expression: '1.0'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Temp Tile: C:\Users\blaket\Downloads\RGB_values.mpk\TempGDB.gdb\TempTileFC&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Layer Added&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - IS NOT TEXT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Layer Updated&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Selection Qu:"LIT_SIF"=1.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Zoomed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - RGB Raster Exported&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - RGB Raster: C:\Users\blaket\Downloads\RGB_values.mpk\TempRaster.tif&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - R: 120&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - G: 179&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - B: 157&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Selection: krpoly&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Def: "LIT_SIF"=1.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Calculated &amp;amp; Cleared&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Removed &amp;amp; Cleared&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; --------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Frequency Field Name:LIT_SIF&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Frequency Record: 2.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Temp Layer:TempLayerClone2.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Calculate Tile Field Expression: '2.0'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Temp Tile: C:\Users\blaket\Downloads\RGB_values.mpk\TempGDB.gdb\TempTileFC&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Layer Added&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - IS NOT TEXT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Layer Updated&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Selection Qu:"LIT_SIF"=2.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Zoomed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - RGB Raster Exported&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - RGB Raster: C:\Users\blaket\Downloads\RGB_values.mpk\TempRaster.tif&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - R: 247&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - G: 153&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - B: 182&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Selection: krpoly&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Def: "LIT_SIF"=2.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Calculated &amp;amp; Cleared&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Removed &amp;amp; Cleared&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; --------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Frequency Field Name:LIT_SIF&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Frequency Record: 3.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Temp Layer:TempLayerClone3.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Calculate Tile Field Expression: '3.0'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Temp Tile: C:\Users\blaket\Downloads\RGB_values.mpk\TempGDB.gdb\TempTileFC&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Layer Added&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - IS NOT TEXT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Layer Updated&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Selection Qu:"LIT_SIF"=3.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Zoomed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - RGB Raster Exported&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - RGB Raster: C:\Users\blaket\Downloads\RGB_values.mpk\TempRaster.tif&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - R: 142&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - G: 182&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - B: 237&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Selection: krpoly&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Def: "LIT_SIF"=3.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Calculated &amp;amp; Cleared&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; - Removed &amp;amp; Cleared&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; --------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;... snip ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Completed script Script...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Succeeded at Tue Feb 07 10:30:02 2017 (Elapsed Time: 1 minutes 41 seconds)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 17:35:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/symbology-of-layer-file-to-csv/m-p/541252#M42282</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2017-02-07T17:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology of layer file to CSV</title>
      <link>https://community.esri.com/t5/python-questions/symbology-of-layer-file-to-csv/m-p/541253#M42283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your work&amp;nbsp;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp;We will try to figure out how to obtain RGB values from &lt;EM&gt;unique values, many fields, &lt;/EM&gt;if it possible.&lt;/P&gt;&lt;P&gt;This script requires to define one field that&amp;nbsp;symbology is driving off. If we figure out to how obtain RGB values from &lt;EM&gt;many fields&lt;/EM&gt;, which parameter should be choosen for&amp;nbsp;&lt;EM&gt;Symbology field&lt;/EM&gt; instead of&amp;nbsp;&lt;EM&gt;String&lt;/EM&gt;?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 18:42:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/symbology-of-layer-file-to-csv/m-p/541253#M42283</guid>
      <dc:creator>MihaKlemencic</dc:creator>
      <dc:date>2017-02-07T18:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology of layer file to CSV</title>
      <link>https://community.esri.com/t5/python-questions/symbology-of-layer-file-to-csv/m-p/541254#M42284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know the intricacies of this script so I can't offer much advice on how to proceed. However, I suspect that it won't be as easy as changing the script tool parameters. You're likely going to have to rewrite some Python code in the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 19:01:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/symbology-of-layer-file-to-csv/m-p/541254#M42284</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2017-02-07T19:01:06Z</dc:date>
    </item>
  </channel>
</rss>

