<?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: Unit for tabulate area results in table? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/unit-for-tabulate-area-results-in-table/m-p/1377508#M78268</link>
    <description>&lt;P&gt;Thank you for this answer! Thanks for also showing some example calculations, it really helped seeing it to understand my results!&lt;/P&gt;</description>
    <pubDate>Fri, 02 Feb 2024 12:42:13 GMT</pubDate>
    <dc:creator>EllaWes13</dc:creator>
    <dc:date>2024-02-02T12:42:13Z</dc:date>
    <item>
      <title>Unit for tabulate area results in table?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/unit-for-tabulate-area-results-in-table/m-p/1374797#M77944</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;So I use ArcGISPro on desktop and I used the tool "tabulate area" to calculate the amount of five different classes in a map. I got this table:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Tabulate area table" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92914iCC82CD63F99A23F1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Skärmbild 2024-01-21 210301.png" alt="Skärmbild 2024-01-21 210301.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But what are the units in the table? Someone online said it's always square meters, another said it's pixels? Is there a way for me to check the unit or to convert whatever this is in ArcGIS Pro? Ultimately, I'd like the unit to be either square kilometers or hectares. The tabulate area was run on a satellite image of an area that had been classified into five classes using a training sample before.&lt;/P&gt;&lt;P&gt;Thanks for any and all help!&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 12:09:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/unit-for-tabulate-area-results-in-table/m-p/1374797#M77944</guid>
      <dc:creator>EllaWes13</dc:creator>
      <dc:date>2024-01-26T12:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Unit for tabulate area results in table?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/unit-for-tabulate-area-results-in-table/m-p/1374832#M77947</link>
      <description>&lt;P&gt;You should really interpret the results in light of what you specified in the tool and inputs to the tool.&lt;/P&gt;&lt;P&gt;There are many factors that will determine what the actual cell size is in the table&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/tabulate-area.htm" target="_blank"&gt;Tabulate Area (Spatial Analyst)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It is a bit of a read, but you will have the answer once you establish the aforementioned&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 14:23:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/unit-for-tabulate-area-results-in-table/m-p/1374832#M77947</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-01-26T14:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Unit for tabulate area results in table?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/unit-for-tabulate-area-results-in-table/m-p/1376816#M78186</link>
      <description>&lt;P&gt;To my understanding, the units are the same as the units of the raster you calculated.&amp;nbsp;The tool calculates the number of pixels within each value (or class in your case) and multiplies it with the pixel size.&lt;/P&gt;&lt;P&gt;For example, if I have a raster with 25 m pixels, the results of the Tabulate Area -tool are in m2. If I have 10 pixels with value 1, 20 pixels with value 2 and 30 pixels with value 3 within the zone features, then the results are:&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="25%"&gt;&lt;P&gt;Zone ID&lt;/P&gt;&lt;/TD&gt;&lt;TD width="25%"&gt;Value 1&lt;/TD&gt;&lt;TD width="25%"&gt;Value 2&lt;/TD&gt;&lt;TD width="25%"&gt;Value 3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%"&gt;1&lt;/TD&gt;&lt;TD width="25%"&gt;10 * 25m * 25m = 6250 m2&lt;/TD&gt;&lt;TD width="25%"&gt;20 * 25m * 25m = 12500 m2&lt;/TD&gt;&lt;TD width="25%"&gt;30 * 25m * 25m = 18750 m2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note that this does not necessarily apply to other tools.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 23:05:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/unit-for-tabulate-area-results-in-table/m-p/1376816#M78186</guid>
      <dc:creator>piiakoo</dc:creator>
      <dc:date>2024-01-31T23:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unit for tabulate area results in table?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/unit-for-tabulate-area-results-in-table/m-p/1377506#M78267</link>
      <description>&lt;P&gt;Thank you for this answer! The article you linked did help a lot!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 12:37:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/unit-for-tabulate-area-results-in-table/m-p/1377506#M78267</guid>
      <dc:creator>EllaWes13</dc:creator>
      <dc:date>2024-02-02T12:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unit for tabulate area results in table?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/unit-for-tabulate-area-results-in-table/m-p/1377508#M78268</link>
      <description>&lt;P&gt;Thank you for this answer! Thanks for also showing some example calculations, it really helped seeing it to understand my results!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 12:42:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/unit-for-tabulate-area-results-in-table/m-p/1377508#M78268</guid>
      <dc:creator>EllaWes13</dc:creator>
      <dc:date>2024-02-02T12:42:13Z</dc:date>
    </item>
  </channel>
</rss>

