<?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: Pixel Types in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/pixel-types/m-p/272022#M9378</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Jake,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for your quick answer and the suggestions. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I used the &lt;/SPAN&gt;&lt;STRONG&gt;Times&lt;/STRONG&gt;&lt;SPAN&gt; tool (with 100) and the &lt;/SPAN&gt;&lt;STRONG&gt;Int&lt;/STRONG&gt;&lt;SPAN&gt; tool. Then the &lt;/SPAN&gt;&lt;STRONG&gt;Raster To Polygon&lt;/STRONG&gt;&lt;SPAN&gt; tool worked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But after this in the polygon layer there were the fields: FID, shape, ID and Gridcode. I suppose that &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;gridcode&lt;/SPAN&gt;&lt;SPAN&gt; is equivalent to the former field &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;value&lt;/SPAN&gt;&lt;SPAN&gt; (in the raster layer), but am not sure. Should the tool not maintain the original field &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;value&lt;/SPAN&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Matthias&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jan 2013 05:49:08 GMT</pubDate>
    <dc:creator>MatthiasWoerner</dc:creator>
    <dc:date>2013-01-04T05:49:08Z</dc:date>
    <item>
      <title>Pixel Types</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/pixel-types/m-p/272020#M9376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;there is a raster layer I would like to convert to polygons witrh the tool "Raster To Polygon". But that doesn't work. If I got it right the pixel type must be "integer", but in fact it is "floating point".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With the tool "Copy Raster" I wanted to change the pixel type. There are a lot of pixel types available, but several tests resulted in raster images different from the original.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I know which pixel type to choose and what do I have to observe to get a raster image identical to the original?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance and kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Matthias&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 16:41:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/pixel-types/m-p/272020#M9376</guid>
      <dc:creator>MatthiasWoerner</dc:creator>
      <dc:date>2013-01-03T16:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel Types</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/pixel-types/m-p/272021#M9377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Matthias,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have 3D or Spatial Analyst, use the &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.1/index.html#//009z0000008z000000" rel="nofollow" target="_blank"&gt;Int&lt;/A&gt;&lt;SPAN&gt; tool to convert the floating point raster to an integer raster.&amp;nbsp; The decimal values will be dropped from each pixel.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you need to maintain the decimal values, first use the &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/main/10.1/index.html#//009z0000009p000000" rel="nofollow" target="_blank"&gt;Times&lt;/A&gt;&lt;SPAN&gt; tool and multiply the raster by a constant to preserve the number of decimals.&amp;nbsp; For example, if you need to maintain 3 decimals, multiply the raster by 1000.&amp;nbsp; Then, execute the Int tool, followed by the Raster to Polygon tool.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Within your polygon shapefile/feature class you will have a Value field.&amp;nbsp; You can then use the field calculator to divide by the constant used for the Times tool, and you will then have the original pixel values.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 17:05:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/pixel-types/m-p/272021#M9377</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2013-01-03T17:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel Types</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/pixel-types/m-p/272022#M9378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Jake,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for your quick answer and the suggestions. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I used the &lt;/SPAN&gt;&lt;STRONG&gt;Times&lt;/STRONG&gt;&lt;SPAN&gt; tool (with 100) and the &lt;/SPAN&gt;&lt;STRONG&gt;Int&lt;/STRONG&gt;&lt;SPAN&gt; tool. Then the &lt;/SPAN&gt;&lt;STRONG&gt;Raster To Polygon&lt;/STRONG&gt;&lt;SPAN&gt; tool worked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But after this in the polygon layer there were the fields: FID, shape, ID and Gridcode. I suppose that &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;gridcode&lt;/SPAN&gt;&lt;SPAN&gt; is equivalent to the former field &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;value&lt;/SPAN&gt;&lt;SPAN&gt; (in the raster layer), but am not sure. Should the tool not maintain the original field &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;value&lt;/SPAN&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Matthias&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 05:49:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/pixel-types/m-p/272022#M9378</guid>
      <dc:creator>MatthiasWoerner</dc:creator>
      <dc:date>2013-01-04T05:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel Types</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/pixel-types/m-p/272023#M9379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are correct, the field GRIDCODE represents the former field VALUE.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2013 09:27:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/pixel-types/m-p/272023#M9379</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2013-01-04T09:27:21Z</dc:date>
    </item>
  </channel>
</rss>

