<?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: How Do I add a Field to a Raster with no Table? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-add-a-field-to-a-raster-with-no-table/m-p/1120739#M48381</link>
    <description>&lt;P&gt;Normally you use&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/build-raster-attribute-table.htm" target="_blank"&gt;Build Raster Attribute Table (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but I suspect you have a floating point raster, so....&lt;/P&gt;&lt;P&gt;&lt;EM&gt;You cannot build a raster attribute table for a raster dataset that is a pixel type of 32-bit floating point.&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Nov 2021 12:46:22 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2021-11-29T12:46:22Z</dc:date>
    <item>
      <title>How Do I add a Field to a Raster with no Table?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-add-a-field-to-a-raster-with-no-table/m-p/1120738#M48380</link>
      <description>&lt;P&gt;Hello, I'm in need of guidance. Are there any links that outline the process of animated kernel density rasters?&lt;/P&gt;&lt;P&gt;Time based raster animations are the staple of great qualitative analysis! You see them on your phone or television (if you watch or look at a weather app) when you see the satellite or radar animation.&lt;/P&gt;&lt;P&gt;It equally useful in detailed raster analysis. So I -&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Created a kernel density layer from points. (no table is produced)&lt;/LI&gt;&lt;LI&gt;Exported a clipped raster into a geodatabase (no table produced)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;It was when I searched for&amp;nbsp;"add raster attribute table" that I soon realized, either I'd better join Esri and develop such a thing, or ask my Esri friends and community for help &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; I chose the latter.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 12:39:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-add-a-field-to-a-raster-with-no-table/m-p/1120738#M48380</guid>
      <dc:creator>EricGurney</dc:creator>
      <dc:date>2021-11-29T12:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I add a Field to a Raster with no Table?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-add-a-field-to-a-raster-with-no-table/m-p/1120739#M48381</link>
      <description>&lt;P&gt;Normally you use&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/build-raster-attribute-table.htm" target="_blank"&gt;Build Raster Attribute Table (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but I suspect you have a floating point raster, so....&lt;/P&gt;&lt;P&gt;&lt;EM&gt;You cannot build a raster attribute table for a raster dataset that is a pixel type of 32-bit floating point.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 12:46:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-add-a-field-to-a-raster-with-no-table/m-p/1120739#M48381</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-11-29T12:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I add a Field to a Raster with no Table?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-add-a-field-to-a-raster-with-no-table/m-p/1120765#M48384</link>
      <description>&lt;P&gt;You're correct Dan. It is&amp;nbsp;a pixel type of 32-bit floating point. Are you aware of any "work-arounds?"&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 13:38:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-add-a-field-to-a-raster-with-no-table/m-p/1120765#M48384</guid>
      <dc:creator>EricGurney</dc:creator>
      <dc:date>2021-11-29T13:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I add a Field to a Raster with no Table?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-add-a-field-to-a-raster-with-no-table/m-p/1120899#M48409</link>
      <description>&lt;P&gt;Not without converting the raster to an integer raster.&amp;nbsp; You can do a&lt;/P&gt;&lt;P&gt;int(raster * 10)&amp;nbsp; style conversion but you have to remember you scaled the raster up by a factor of 10.&amp;nbsp; Or export the table to excel, csv etc and scale down there.&lt;/P&gt;&lt;P&gt;If you do an int(raster) you will lose all decimal precision.&lt;/P&gt;&lt;P&gt;Other workarounds entail producing summary tables outside of pro (eg. using numpy) which may not be as easy as the other options mentioned&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 18:21:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-add-a-field-to-a-raster-with-no-table/m-p/1120899#M48409</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-11-29T18:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: How Do I add a Field to a Raster with no Table?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-add-a-field-to-a-raster-with-no-table/m-p/1121001#M48417</link>
      <description>&lt;P&gt;Float rasters do not support raster tables, because they would have millions of records and wouldn't be that useful. If you integerized the data you could build a raster attribute table, but I don't think that is what you want.&lt;/P&gt;&lt;P&gt;You want to make bunch of rasters and animate them right? I'd start here.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/animation/overview-of-animation.htm" target="_self"&gt;ArcGIS Pro Help: Animation Basics&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 20:57:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-add-a-field-to-a-raster-with-no-table/m-p/1121001#M48417</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2021-11-29T20:57:58Z</dc:date>
    </item>
  </channel>
</rss>

