<?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: Divide tool results in one value in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/divide-tool-results-in-one-value/m-p/468949#M6723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well I have gotten around the problem by multiplying by 0.001, but I was interested in seeing if using a floating point (1000.0) would work so I tried it anyway.&amp;nbsp; I still got the same result- one value for the whole raster.&amp;nbsp; I'm thinking that there is some sort of issue with my raster.&amp;nbsp; I tried to export it as a grid (it says it is an IMAGINE image), but that failed to execute.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Aug 2010 18:17:53 GMT</pubDate>
    <dc:creator>CaitlanReilly</dc:creator>
    <dc:date>2010-08-26T18:17:53Z</dc:date>
    <item>
      <title>Divide tool results in one value</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/divide-tool-results-in-one-value/m-p/468947#M6721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a few rasters that I have been trying to divide by 1000 in order to obtain a useful number for each pixel.&amp;nbsp; However when I run the tool, I get a raster with a single value for every pixel and an attribute table with one entry.&amp;nbsp; I get the same result when I use the raster calculator and also the divide tool in ArcToolbox.&amp;nbsp; Other functions seem to work OK for the same raster (like multiply), so not sure what the problem is.&amp;nbsp; Any help would be greatly appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Caitlan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 17:21:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/divide-tool-results-in-one-value/m-p/468947#M6721</guid>
      <dc:creator>CaitlanReilly</dc:creator>
      <dc:date>2010-08-26T17:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Divide tool results in one value</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/divide-tool-results-in-one-value/m-p/468948#M6722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Read the help carefully&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//005m000000ms000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//005m000000ms000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;but I suspect that you have an integer grid and divided by an integer (aka 1000) which results in an undesireable outcome.&amp;nbsp; So try to divide by a float (aka 1000.0 ) which should result in a floating point grid which will lack a table and may not be what you want afterall&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 17:49:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/divide-tool-results-in-one-value/m-p/468948#M6722</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2010-08-26T17:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Divide tool results in one value</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/divide-tool-results-in-one-value/m-p/468949#M6723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well I have gotten around the problem by multiplying by 0.001, but I was interested in seeing if using a floating point (1000.0) would work so I tried it anyway.&amp;nbsp; I still got the same result- one value for the whole raster.&amp;nbsp; I'm thinking that there is some sort of issue with my raster.&amp;nbsp; I tried to export it as a grid (it says it is an IMAGINE image), but that failed to execute.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 18:17:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/divide-tool-results-in-one-value/m-p/468949#M6723</guid>
      <dc:creator>CaitlanReilly</dc:creator>
      <dc:date>2010-08-26T18:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Divide tool results in one value</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/divide-tool-results-in-one-value/m-p/468950#M6724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think I have figured out what may be causing the problem.&amp;nbsp; My raster is a 16bit unsigned integer raster.&amp;nbsp; When I divide by 1000, it gives me a single value because it is integer/integer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 18:31:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/divide-tool-results-in-one-value/m-p/468950#M6724</guid>
      <dc:creator>CaitlanReilly</dc:creator>
      <dc:date>2010-08-26T18:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Divide tool results in one value</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/divide-tool-results-in-one-value/m-p/468951#M6725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;right-click on the layer, select Data | Export Data, towards the bottom right, where it says Format, did you select Grid?&amp;nbsp; Then don't give it an extension but ensure that the Name is less than 13 characters, doesn't contain spaces and doesn't begin with a number...also navigate to a folder that doesn't contain spaces either, so it you "stuff" is going to C:documents and settings...that is a big no no.&amp;nbsp; See if the divide by 1000.0 works on a grid, which I assumed you had been working with.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 18:32:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/divide-tool-results-in-one-value/m-p/468951#M6725</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2010-08-26T18:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Divide tool results in one value</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/divide-tool-results-in-one-value/m-p/468952#M6726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried exporting it as a grid before and it doesn't work for some reason- I get a failed to execute error.&amp;nbsp; It says that it is an IMAGINE image, but I don't see why that would stop me from being able to export it to a grid.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 19:10:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/divide-tool-results-in-one-value/m-p/468952#M6726</guid>
      <dc:creator>CaitlanReilly</dc:creator>
      <dc:date>2010-08-26T19:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Divide tool results in one value</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/divide-tool-results-in-one-value/m-p/468953#M6727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have similar problem. I have used a 12-bit GRID with the raster calculator in this way &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Float((raster-1000)/10)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I got a raster with no table which is very annoying but the worse problem is that I get only numbers of 20.000, 30.000, 31.000 etc - which means I cannot see numbers like 31.5 and 20.8. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please let me know what do I do wrong? Or what should I do in order to get these kinds of numbers. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yafit&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 04:51:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/divide-tool-results-in-one-value/m-p/468953#M6727</guid>
      <dc:creator>YafitCohen</dc:creator>
      <dc:date>2011-08-04T04:51:37Z</dc:date>
    </item>
  </channel>
</rss>

