<?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  raster calculator division. erroneous range of values? in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-division-erroneous-range-of/m-p/199592#M2792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raster division error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need help with raster calculator division&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raster A (CaptureA.PNG) and B &lt;SPAN&gt;(CaptureB.PNG)&amp;nbsp;&lt;/SPAN&gt;are both 32 bit. floating point&lt;/P&gt;&lt;P&gt;I wanted to divide A by B but the range of the values&amp;nbsp;&lt;SPAN&gt;(CaptureAB.PNG)&lt;/SPAN&gt; is erroneous (is it?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am i missing something here?&lt;/P&gt;&lt;P&gt;Thanks for you feedback.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 May 2019 07:32:17 GMT</pubDate>
    <dc:creator>EricBriones</dc:creator>
    <dc:date>2019-05-21T07:32:17Z</dc:date>
    <item>
      <title>raster calculator division. erroneous range of values?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-division-erroneous-range-of/m-p/199592#M2792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raster division error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need help with raster calculator division&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raster A (CaptureA.PNG) and B &lt;SPAN&gt;(CaptureB.PNG)&amp;nbsp;&lt;/SPAN&gt;are both 32 bit. floating point&lt;/P&gt;&lt;P&gt;I wanted to divide A by B but the range of the values&amp;nbsp;&lt;SPAN&gt;(CaptureAB.PNG)&lt;/SPAN&gt; is erroneous (is it?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am i missing something here?&lt;/P&gt;&lt;P&gt;Thanks for you feedback.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2019 07:32:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-division-erroneous-range-of/m-p/199592#M2792</guid>
      <dc:creator>EricBriones</dc:creator>
      <dc:date>2019-05-21T07:32:17Z</dc:date>
    </item>
    <item>
      <title>Re:  raster calculator division. erroneous range of values?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-division-erroneous-range-of/m-p/199593#M2793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;np&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;finfo&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;np&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;float32&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;min
&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;3.4028235e+38&lt;/SPAN&gt;‍‍

numerator &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; np&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;arange&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;6000&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;6300&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;100&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; dtype&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;np&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;float32&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

denominator &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; np&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;array&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1e&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;12&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;1e&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;11&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;1e&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;10&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;

numerator&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;denominator
array&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;6.0e+15&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;6.1e+14&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;6.2e+13&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Not out of range.&amp;nbsp; It probably means that you have some values in the denominator that are extremely small.&lt;/P&gt;&lt;P&gt;To test, you need to report your minimum value for the denominator&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:57:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-division-erroneous-range-of/m-p/199593#M2793</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-11T09:57:18Z</dc:date>
    </item>
    <item>
      <title>Re:  raster calculator division. erroneous range of values?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-division-erroneous-range-of/m-p/199594#M2794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3116"&gt;Dan Patterson&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Thanks for the feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached the symbology of the rasters.&lt;/P&gt;&lt;P&gt;Jenks. 9 classes. Indeed, the denominator (KernelID_B) has extremely small values.&lt;/P&gt;&lt;P&gt;The quotient (KernelID_A/B) only has 3 classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2019 01:06:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-division-erroneous-range-of/m-p/199594#M2794</guid>
      <dc:creator>EricBriones</dc:creator>
      <dc:date>2019-05-22T01:06:47Z</dc:date>
    </item>
    <item>
      <title>Re:  raster calculator division. erroneous range of values?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-division-erroneous-range-of/m-p/199595#M2795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;P&gt;Right-click on each raster, select Properties... Source, Raster Information, Band Metadata, then Statistics....&lt;/P&gt;&lt;P&gt;What is the min and max?&lt;/P&gt;&lt;P&gt;If you want to use symbology, you probably need to look at the data histograms to see where each dataset has values.&lt;/P&gt;&lt;P&gt;The range is possible given the ranges of values between the two&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2019 01:26:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-division-erroneous-range-of/m-p/199595#M2795</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-05-22T01:26:43Z</dc:date>
    </item>
    <item>
      <title>Re:  raster calculator division. erroneous range of values?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-division-erroneous-range-of/m-p/199596#M2796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan&lt;/P&gt;&lt;P&gt;Thank you very much. Really appreciate the help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KernelID A&lt;/P&gt;&lt;P&gt;min 0&lt;/P&gt;&lt;P&gt;max 6298.732......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KernelID B&lt;/P&gt;&lt;P&gt;min 0&lt;/P&gt;&lt;P&gt;max 0.579932.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;KernelID A/B&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;min 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;max&amp;nbsp;299913969664&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm more interested on dividing Kernel A by Kernel B. then symbolize the the "Quotient"&lt;/P&gt;&lt;P&gt;Am i doing it wrong&lt;/P&gt;&lt;P&gt;Attched are the histograms&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2019 01:52:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-division-erroneous-range-of/m-p/199596#M2796</guid>
      <dc:creator>EricBriones</dc:creator>
      <dc:date>2019-05-22T01:52:12Z</dc:date>
    </item>
    <item>
      <title>Re:  raster calculator division. erroneous range of values?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-division-erroneous-range-of/m-p/199597#M2797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric...&lt;/P&gt;&lt;P&gt;Huge number of zeros in both cases.&amp;nbsp; I hope 0 isn't nodata, if so, these should be dealt with&amp;nbsp; since they are throwing off the histograms, and if they are really nodata values, then that might explain why you haven't had any divide by 0 errors (?).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in any event, you still have ranges in the histogram that can give rise to the values you found, so I don't things are mathematically going wrong.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps they aren't what you expect, which mean you should address the questions surrounding the co-location that gives rise to the various values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe it is time for a map or two and as for the ratio of the variables giving only 3 classes.... change it to something other than jenks so you get a real idea of what the values are in a different classification scheme.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2019 04:27:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-division-erroneous-range-of/m-p/199597#M2797</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-05-22T04:27:03Z</dc:date>
    </item>
  </channel>
</rss>

