<?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: Symbol labels uncooperative in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/symbol-labels-uncooperative/m-p/1060133#M41193</link>
    <description>&lt;P&gt;It could be a potential reason. That's why you could export the raster and work on the exported data.&lt;/P&gt;</description>
    <pubDate>Thu, 20 May 2021 19:00:54 GMT</pubDate>
    <dc:creator>JayantaPoddar</dc:creator>
    <dc:date>2021-05-20T19:00:54Z</dc:date>
    <item>
      <title>Symbol labels uncooperative</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/symbol-labels-uncooperative/m-p/1059988#M41173</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to perform a pretty simple operation - changing the symbol labels for a raster. The original was labeled backwards from what I wanted, but the symbols were correct:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JeffHill01_0-1621524832933.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/13760i718A208A588CEAFC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JeffHill01_0-1621524832933.png" alt="JeffHill01_0-1621524832933.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When I tried to edit some of the labels manually it would apply the change to a different symbol or not at all.&lt;/P&gt;&lt;P&gt;Here is me trying to edit a label:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JeffHill01_1-1621524913346.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/13761i201791264B9052BF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JeffHill01_1-1621524913346.png" alt="JeffHill01_1-1621524913346.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And the outcome when I apply the edit:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JeffHill01_2-1621524957327.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/13762iDD11351828C127DE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JeffHill01_2-1621524957327.png" alt="JeffHill01_2-1621524957327.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I feel like I must be missing something super basic. The raster is a layer from a map package I imported into pro. Is that the issue? Should I export the raster into a gdb and just rebuild the symbology?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 15:37:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/symbol-labels-uncooperative/m-p/1059988#M41173</guid>
      <dc:creator>JeffHill01</dc:creator>
      <dc:date>2021-05-20T15:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Symbol labels uncooperative</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/symbol-labels-uncooperative/m-p/1060003#M41174</link>
      <description>&lt;P&gt;Assumption: You want to invert the raster value (in %).&lt;/P&gt;&lt;P&gt;If my assumption is correct, You need to use&amp;nbsp;&lt;STRONG&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/raster-calculator.htm" target="_self"&gt;Raster Calculator&lt;/A&gt;&amp;nbsp;&lt;/STRONG&gt;and define the following expression.&lt;/P&gt;&lt;P&gt;Expression 1(For Floating point output):&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;(100.0) - "Raster_Layer"&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Expression 2 (For Integer Output):&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;100 - "Raster_Layer"&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Then you can &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/imagery/symbology-pane.htm#ESRI_SECTION1_F67F253BCFAA4FE4B082246231ABD727" target="_self"&gt;&lt;STRONG&gt;classify&lt;/STRONG&gt; &lt;/A&gt;the symbology of the output raster, as desired.&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 16:06:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/symbol-labels-uncooperative/m-p/1060003#M41174</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-05-20T16:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Symbol labels uncooperative</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/symbol-labels-uncooperative/m-p/1060010#M41175</link>
      <description>&lt;P&gt;Thanks for the suggestion. Is this a necessary step if I am only trying to change the labels? The values shown are correct and are symbolized correctly. The labels were manually defined in the map package that I am using and are the only part that needs to change.&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 16:17:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/symbol-labels-uncooperative/m-p/1060010#M41175</guid>
      <dc:creator>JeffHill01</dc:creator>
      <dc:date>2021-05-20T16:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Symbol labels uncooperative</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/symbol-labels-uncooperative/m-p/1060092#M41187</link>
      <description>&lt;P&gt;I misinterpreted the scenario.&lt;/P&gt;&lt;P&gt;You can just change the labels. That should work.&lt;/P&gt;&lt;P&gt;If required, you could export the Raster to a different folder (*.tif) or geodatabase. Then change the labels for the exported image.&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 18:40:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/symbol-labels-uncooperative/m-p/1060092#M41187</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-05-20T18:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Symbol labels uncooperative</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/symbol-labels-uncooperative/m-p/1060098#M41189</link>
      <description>&lt;P&gt;Thanks. Yes, it should work but as you can see in the second and third screenshot, when I try to change a label one of two things happens:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. The label for a different symbol changes&lt;/P&gt;&lt;P&gt;2. No labels change&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this a result of the raster existing in a map package?&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 18:45:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/symbol-labels-uncooperative/m-p/1060098#M41189</guid>
      <dc:creator>JeffHill01</dc:creator>
      <dc:date>2021-05-20T18:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Symbol labels uncooperative</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/symbol-labels-uncooperative/m-p/1060133#M41193</link>
      <description>&lt;P&gt;It could be a potential reason. That's why you could export the raster and work on the exported data.&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 19:00:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/symbol-labels-uncooperative/m-p/1060133#M41193</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-05-20T19:00:54Z</dc:date>
    </item>
  </channel>
</rss>

