<?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: Reclass from Integer to Floating point?? in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/reclass-from-integer-to-floating-point/m-p/501086#M7152</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks for the tip that i'm looking for.&lt;BR /&gt;The output raster i have got is floating type indeed though in the help file, ESRI states that it always be the integer type. That makes me confused .&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is there any option how to do a Spatial Analyst tool "Look up" operation from ArcGIS 10 in ArcView 3.2?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a grid with attributes and need to "extract" values from field (values from 0.75 till 1.38) to make a floating-point grid with these values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am a beginner in ArcView SW, I have tried a reclassify, map calculator, but with no success. It's possible in ArcView 3.2, is there some way how to do it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for any help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Feb 2012 14:56:16 GMT</pubDate>
    <dc:creator>DavidMrnustik</dc:creator>
    <dc:date>2012-02-13T14:56:16Z</dc:date>
    <item>
      <title>Reclass from Integer to Floating point??</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/reclass-from-integer-to-floating-point/m-p/501080#M7146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How on earth do you reclass a raster from Integer values/ranges into floating point values?? The tools provided in spatial analyst (reclass, reclassify by etc...) work fine the other way around but I assume it's a pretty common problem to assign floating point values to different classes?? Can't find a way out... am I blind?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Oct 2010 12:26:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/reclass-from-integer-to-floating-point/m-p/501080#M7146</guid>
      <dc:creator>AndreasZetterberg</dc:creator>
      <dc:date>2010-10-20T12:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Reclass from Integer to Floating point??</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/reclass-from-integer-to-floating-point/m-p/501081#M7147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Float tool in the SA math toolset&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z0000008w000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z0000008w000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;or Float in the raster calculator&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;or "inraster" * 1.0&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 10:00:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/reclass-from-integer-to-floating-point/m-p/501081#M7147</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2010-10-21T10:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Reclass from Integer to Floating point??</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/reclass-from-integer-to-floating-point/m-p/501082#M7148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Float tool in the SA math toolset&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z0000008w000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z0000008w000000.htm&lt;/A&gt;&lt;BR /&gt;or Float in the raster calculator&lt;BR /&gt;or "inraster" * 1.0&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the tip. However, the problem is that I want to _reclassify_ a raster and not just convert the values into the floating point representation of the same value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In short, I want to do some kind of "standard reclassify" using a reclassification table where for example raster value 1 is reclassified into 4.356, raster value 2 into 13.079 etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm currently playing around with the option of first joining the raster to a dbf-table and then using values from the joined raster but I find it kind of strange that you can't seem to use any of the standard ArcGIS-tools for reclassifying when the output values are supposed to be floating point values...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 10:49:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/reclass-from-integer-to-floating-point/m-p/501082#M7148</guid>
      <dc:creator>AndreasZetterberg</dc:creator>
      <dc:date>2010-10-21T10:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Reclass from Integer to Floating point??</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/reclass-from-integer-to-floating-point/m-p/501083#M7149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So you want to do the reverse of what was proposed in this thread&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/4126-using-RECLASS-in-Raster-calculator"&gt;http://forums.arcgis.com/threads/4126-using-RECLASS-in-Raster-calculator&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;if there is some numeric progression in the float values with respect to their integer counterparts, then you can recreate it using the raster&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 15:45:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/reclass-from-integer-to-floating-point/m-p/501083#M7149</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2010-10-21T15:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Reclass from Integer to Floating point??</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/reclass-from-integer-to-floating-point/m-p/501084#M7150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I finally found out the way I imagine ESRI wants you to work. Using a regular integer raster, I could join it to a dbf-table with one column containing integers corresponding to the raster classes and a whole bunch of extra columns (for example floating points) corresponding to other attributes. I could then use the Spatial Analyst tool "Look up" where you simply chose which column you want to use and then produce and output raster with a single click &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/Andreas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 18:26:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/reclass-from-integer-to-floating-point/m-p/501084#M7150</guid>
      <dc:creator>AndreasZetterberg</dc:creator>
      <dc:date>2010-10-25T18:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Reclass from Integer to Floating point??</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/reclass-from-integer-to-floating-point/m-p/501085#M7151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I finally found out the way I imagine ESRI wants you to work. Using a regular integer raster, I could join it to a dbf-table with one column containing integers corresponding to the raster classes and a whole bunch of extra columns (for example floating points) corresponding to other attributes. I could then use the Spatial Analyst tool "Look up" where you simply chose which column you want to use and then produce and output raster with a single click &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;/Andreas&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the tip that i'm looking for.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The output raster i have got is floating type indeed though in the help file, ESRI states that it always be the integer type. That makes me confused .&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 07:29:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/reclass-from-integer-to-floating-point/m-p/501085#M7151</guid>
      <dc:creator>LeThanh</dc:creator>
      <dc:date>2011-09-19T07:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Reclass from Integer to Floating point??</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/reclass-from-integer-to-floating-point/m-p/501086#M7152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks for the tip that i'm looking for.&lt;BR /&gt;The output raster i have got is floating type indeed though in the help file, ESRI states that it always be the integer type. That makes me confused .&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is there any option how to do a Spatial Analyst tool "Look up" operation from ArcGIS 10 in ArcView 3.2?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a grid with attributes and need to "extract" values from field (values from 0.75 till 1.38) to make a floating-point grid with these values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am a beginner in ArcView SW, I have tried a reclassify, map calculator, but with no success. It's possible in ArcView 3.2, is there some way how to do it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for any help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2012 14:56:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/reclass-from-integer-to-floating-point/m-p/501086#M7152</guid>
      <dc:creator>DavidMrnustik</dc:creator>
      <dc:date>2012-02-13T14:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Reclass from Integer to Floating point??</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/reclass-from-integer-to-floating-point/m-p/501087#M7153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could use Float in conjunction with Con in the raster calculator and get your desired result in a single step. Good ol' raster algebra.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is an example using a 4 value integer (21, 41, 42, 43) raster that results in a float with the values of 1.0, 2.0, 3.0, 4.0.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Float(Con("nlcd" == 21, 1.0, Con("nlcd" == 41, 2.0, Con("nlcd" == 42, 3.0, Con("nlcd" ==&amp;nbsp; 43, 4.0, 0.0)))))&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The 0.0 value at the end represents the value that is assigned to values in the integer raster that are not accounted for in the Con statement (the "else" clause). So, if I had an integer raster with the values "0, 5, 21, 41, 42, 43" that I applied the above statement to, the 0 and 5 would be assigned a value of 0.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2012 18:14:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/reclass-from-integer-to-floating-point/m-p/501087#M7153</guid>
      <dc:creator>JeffreyEvans</dc:creator>
      <dc:date>2012-02-13T18:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Reclass from Integer to Floating point??</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/reclass-from-integer-to-floating-point/m-p/501088#M7154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for response Mr. Evans,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If "nlcd" is a name of layer/raster and value integers represent "Value" field, there is a syntax error in my MC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Probably my explanation of problem was not so clear. In fact solution seems very simple, Mr. Huber has explained it here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://gis.stackexchange.com/questions/20255/spatial-analyst-tool-look-up-but-in-arcview3-2"&gt;http://gis.stackexchange.com/questions/20255/spatial-analyst-tool-look-up-but-in-arcview3-2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You could use Float in conjunction with Con in the raster calculator and get your desired result in a single step. Good ol' raster algebra.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;Here is an example using a 4 value integer (21, 41, 42, 43) raster that results in a float with the values of 1.0, 2.0, 3.0, 4.0.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;Float(Con("nlcd" == 21, 1.0, Con("nlcd" == 41, 2.0, Con("nlcd" == 42, 3.0, Con("nlcd" ==&amp;nbsp; 43, 4.0, 0.0)))))&lt;BR /&gt;&lt;BR /&gt;The 0.0 value at the end represents the value that is assigned to values in the integer raster that are not accounted for in the Con statement (the "else" clause). So, if I had an integer raster with the values "0, 5, 21, 41, 42, 43" that I applied the above statement to, the 0 and 5 would be assigned a value of 0.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 06:01:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/reclass-from-integer-to-floating-point/m-p/501088#M7154</guid>
      <dc:creator>DavidMrnustik</dc:creator>
      <dc:date>2012-02-15T06:01:19Z</dc:date>
    </item>
  </channel>
</rss>

