<?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: Setting Minimum and Maximum Values in a Raster in 3D Questions</title>
    <link>https://community.esri.com/t5/3d-questions/setting-minimum-and-maximum-values-in-a-raster/m-p/658253#M3938</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Matt,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One way to get the answer is to do the subtraction like you normall would.&amp;nbsp; Then use a Con statement to say anything below your threshold should be equal to the threshold; if it's above the threshold, keep the value as-is.&amp;nbsp; In your example the threshold is 0.&amp;nbsp; Would this work for you?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Oct 2010 19:23:52 GMT</pubDate>
    <dc:creator>EricRice</dc:creator>
    <dc:date>2010-10-05T19:23:52Z</dc:date>
    <item>
      <title>Setting Minimum and Maximum Values in a Raster</title>
      <link>https://community.esri.com/t5/3d-questions/setting-minimum-and-maximum-values-in-a-raster/m-p/658252#M3937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to be able to minus a value from a raster (using Raster Math) but to not go below a certain value. For example: I have a raster ranging from 0.2 to 8 and I want to minus 1, but for the values that would be -0.8 to become 0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried using the Output Z domains in the Environment Settings of raster Math, but to no avail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 10:22:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/setting-minimum-and-maximum-values-in-a-raster/m-p/658252#M3937</guid>
      <dc:creator>MattPowell</dc:creator>
      <dc:date>2010-09-30T10:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Minimum and Maximum Values in a Raster</title>
      <link>https://community.esri.com/t5/3d-questions/setting-minimum-and-maximum-values-in-a-raster/m-p/658253#M3938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Matt,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One way to get the answer is to do the subtraction like you normall would.&amp;nbsp; Then use a Con statement to say anything below your threshold should be equal to the threshold; if it's above the threshold, keep the value as-is.&amp;nbsp; In your example the threshold is 0.&amp;nbsp; Would this work for you?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 19:23:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/setting-minimum-and-maximum-values-in-a-raster/m-p/658253#M3938</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2010-10-05T19:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Minimum and Maximum Values in a Raster</title>
      <link>https://community.esri.com/t5/3d-questions/setting-minimum-and-maximum-values-in-a-raster/m-p/658254#M3939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Matt,&lt;BR /&gt;&lt;BR /&gt;One way to get the answer is to do the subtraction like you normall would.&amp;nbsp; Then use a Con statement to say anything below your threshold should be equal to the threshold; if it's above the threshold, keep the value as-is.&amp;nbsp; In your example the threshold is 0.&amp;nbsp; Would this work for you?&lt;BR /&gt;&lt;BR /&gt;Eric&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Output = Con(Input, 0, Input, "Value &amp;lt; 0")&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 20:18:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/setting-minimum-and-maximum-values-in-a-raster/m-p/658254#M3939</guid>
      <dc:creator>DonovanCameron</dc:creator>
      <dc:date>2010-10-05T20:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Minimum and Maximum Values in a Raster</title>
      <link>https://community.esri.com/t5/3d-questions/setting-minimum-and-maximum-values-in-a-raster/m-p/658255#M3940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks guys, I'll give this a go.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 09:59:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/setting-minimum-and-maximum-values-in-a-raster/m-p/658255#M3940</guid>
      <dc:creator>MattPowell</dc:creator>
      <dc:date>2010-10-06T09:59:06Z</dc:date>
    </item>
  </channel>
</rss>

