<?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 Auto Color Code Rasters in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/auto-color-code-rasters/m-p/468422#M26704</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay, so now I have hundreds of Rasters each comprising a stretch of beach (see my earlier post: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/16896-Divide-a-raster-even-sections?p=53157&amp;amp;posted=1#post53157"&gt;http://forums.arcgis.com/threads/16896-Divide-a-raster-even-sections?p=53157&amp;amp;posted=1#post53157&lt;/A&gt;&lt;SPAN&gt; ).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to assign each one color based on the highest elevation in each raster.&amp;nbsp; Rather than go through by hand and classify based on value, is there a script or method to automate the process?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, if the highest point in a raster is below 2 meters, I want it to be blue.&amp;nbsp; If the highest point is above 9 meters, I want it to be yellow.&amp;nbsp; So on and so forth...&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any thoughts on how to do this?&amp;nbsp; Can you reclassify a bulk set of rasters all at once?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Nov 2010 17:05:41 GMT</pubDate>
    <dc:creator>RichardSullivan</dc:creator>
    <dc:date>2010-11-09T17:05:41Z</dc:date>
    <item>
      <title>Auto Color Code Rasters</title>
      <link>https://community.esri.com/t5/data-management-questions/auto-color-code-rasters/m-p/468422#M26704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay, so now I have hundreds of Rasters each comprising a stretch of beach (see my earlier post: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/16896-Divide-a-raster-even-sections?p=53157&amp;amp;posted=1#post53157"&gt;http://forums.arcgis.com/threads/16896-Divide-a-raster-even-sections?p=53157&amp;amp;posted=1#post53157&lt;/A&gt;&lt;SPAN&gt; ).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to assign each one color based on the highest elevation in each raster.&amp;nbsp; Rather than go through by hand and classify based on value, is there a script or method to automate the process?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, if the highest point in a raster is below 2 meters, I want it to be blue.&amp;nbsp; If the highest point is above 9 meters, I want it to be yellow.&amp;nbsp; So on and so forth...&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any thoughts on how to do this?&amp;nbsp; Can you reclassify a bulk set of rasters all at once?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 17:05:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/auto-color-code-rasters/m-p/468422#M26704</guid>
      <dc:creator>RichardSullivan</dc:creator>
      <dc:date>2010-11-09T17:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Color Code Rasters</title>
      <link>https://community.esri.com/t5/data-management-questions/auto-color-code-rasters/m-p/468423#M26705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's a thought...&amp;nbsp; What about a conditional statement about contour lines that cross rasters?&amp;nbsp; Can I set up a rule to assign one color to a raster if it is crossed by a contour line of a certain value?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Example, if the raster is crossed by the 5m contour, it's red.&amp;nbsp; If crossed by the 2.5, green.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, how might I go about doing this for hundreds of rasters at once?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 17:40:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/auto-color-code-rasters/m-p/468423#M26705</guid>
      <dc:creator>RichardSullivan</dc:creator>
      <dc:date>2010-11-09T17:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Color Code Rasters</title>
      <link>https://community.esri.com/t5/data-management-questions/auto-color-code-rasters/m-p/468424#M26706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is your data integer or floating point? If you have integer data within 16 bit range then you might be able to use &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009t0000002r000000.htm"&gt;colormaps&lt;/A&gt;&lt;SPAN&gt; (assuming you want color the pixel value and not the whole scene based on the min/max values in the scene?). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 21:26:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/auto-color-code-rasters/m-p/468424#M26706</guid>
      <dc:creator>RobertBerger</dc:creator>
      <dc:date>2010-11-09T21:26:56Z</dc:date>
    </item>
  </channel>
</rss>

