<?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: reclassify higher end of the lower input range need to be exclusive in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/reclassify-higher-end-of-the-lower-input-range/m-p/1379998#M27154</link>
    <description>&lt;P&gt;Probably a series of Con() statements are needed in raster Calculator then to be sure.&amp;nbsp; Something like.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;Con(("Raster" &amp;gt;= 0) &amp;amp; ("Raster" &amp;lt; 20), 1)

Con(("Raster" &amp;gt;= 20) &amp;amp; ("Raster" &amp;lt; 40), 2)

Con("Raster" &amp;gt;= 40, 3)&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 08 Feb 2024 20:27:51 GMT</pubDate>
    <dc:creator>DavidPike</dc:creator>
    <dc:date>2024-02-08T20:27:51Z</dc:date>
    <item>
      <title>reclassify higher end of the lower input range need to be exclusive</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/reclassify-higher-end-of-the-lower-input-range/m-p/1378389#M27148</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm looking for a way to use the reclassify tool but&amp;nbsp;&amp;nbsp;higher end of the lower input range needs to be exclusive.&amp;nbsp; To be clear, these are my intervals&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnneMarieDubois_0-1707164795948.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/93775i9C03680ED76AAD77/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnneMarieDubois_0-1707164795948.png" alt="AnneMarieDubois_0-1707164795948.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, all the documentation I find seems to suggest that all the tools in ArcGIS Pro that deal with reclassification work on the opposite way, meaning that the higher end is always inclusive. Like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AnneMarieDubois_1-1707164896252.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/93776iEDCCA2826F4B6966/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AnneMarieDubois_1-1707164896252.png" alt="AnneMarieDubois_1-1707164896252.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there a simple solution to bypass that? I considered creating a script (because of course my intervals maybe not always be the same) but it seems a lot of work. I can't bring myself to believe ESRI does not have a tool to allow more control over the way we reclassify...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 20:29:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/reclassify-higher-end-of-the-lower-input-range/m-p/1378389#M27148</guid>
      <dc:creator>Anne-MarieDubois</dc:creator>
      <dc:date>2024-02-05T20:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: reclassify higher end of the lower input range need to be exclusive</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/reclassify-higher-end-of-the-lower-input-range/m-p/1378824#M27151</link>
      <description>&lt;P&gt;Is it float or integer data?&amp;nbsp; I don't think there's a button-click type setting solution to it.&amp;nbsp; I may be oversimplifying but is there anything against setting the range just below that max range (bearing in mind the decimal precision of your numbers/data), then altering the labels in the legend?&lt;/P&gt;&lt;P&gt;0 - 19.9999&lt;/P&gt;&lt;P&gt;20 - 39.9999&lt;/P&gt;&lt;P&gt;40 - Max&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 19:45:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/reclassify-higher-end-of-the-lower-input-range/m-p/1378824#M27151</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2024-02-06T19:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: reclassify higher end of the lower input range need to be exclusive</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/reclassify-higher-end-of-the-lower-input-range/m-p/1379961#M27152</link>
      <description>&lt;P&gt;This is not a solution for me...&lt;/P&gt;&lt;P&gt;What if my data had 15 decimals of precision?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 19:45:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/reclassify-higher-end-of-the-lower-input-range/m-p/1379961#M27152</guid>
      <dc:creator>Anne-MarieDubois</dc:creator>
      <dc:date>2024-02-08T19:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: reclassify higher end of the lower input range need to be exclusive</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/reclassify-higher-end-of-the-lower-input-range/m-p/1379998#M27154</link>
      <description>&lt;P&gt;Probably a series of Con() statements are needed in raster Calculator then to be sure.&amp;nbsp; Something like.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;Con(("Raster" &amp;gt;= 0) &amp;amp; ("Raster" &amp;lt; 20), 1)

Con(("Raster" &amp;gt;= 20) &amp;amp; ("Raster" &amp;lt; 40), 2)

Con("Raster" &amp;gt;= 40, 3)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 08 Feb 2024 20:27:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/reclassify-higher-end-of-the-lower-input-range/m-p/1379998#M27154</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2024-02-08T20:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: reclassify higher end of the lower input range need to be exclusive</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/reclassify-higher-end-of-the-lower-input-range/m-p/1381779#M27161</link>
      <description>&lt;P&gt;well then I guess there is no easy way to do this. The example below would work but then, what if I need 25 intervals? I don't even want to start thinking about the length of the formula&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":face_screaming_in_fear:"&gt;😱&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Let's cross our fingers ESRI might come up with a solution one day!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 19:01:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/reclassify-higher-end-of-the-lower-input-range/m-p/1381779#M27161</guid>
      <dc:creator>Anne-MarieDubois</dc:creator>
      <dc:date>2024-02-13T19:01:53Z</dc:date>
    </item>
  </channel>
</rss>

