<?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: Seeking a tool like 'zonal statistics as table' but for a polygons inside another polygon in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/seeking-a-tool-like-zonal-statistics-as-table-but/m-p/1095500#M45238</link>
    <description>&lt;P&gt;Thank you so much for your reply!&amp;nbsp; I will try to make the tabulate area work.&amp;nbsp; On your side note: yes it is projected Web Mercator - good eye! I tried to match to the other layers' projection (Albers) using the 'project tool' but it looks the same?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 04 Sep 2021 01:50:16 GMT</pubDate>
    <dc:creator>HopeHauptman</dc:creator>
    <dc:date>2021-09-04T01:50:16Z</dc:date>
    <item>
      <title>Seeking a tool like 'zonal statistics as table' but for a polygons inside another polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/seeking-a-tool-like-zonal-statistics-as-table-but/m-p/1095491#M45236</link>
      <description>&lt;P&gt;Is there a tool for finding the majority type by area for a polygon bounded by another polygon layer.&amp;nbsp; Like a 'zonal statistics as table' tool can do for a raster bounded by a polygon?&amp;nbsp; I have tried:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Summarize within (no majority)&lt;/LI&gt;&lt;LI&gt;Dissolve (no majority)&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Dissolve boundary (no majority)&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Sat, 04 Sep 2021 00:31:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/seeking-a-tool-like-zonal-statistics-as-table-but/m-p/1095491#M45236</guid>
      <dc:creator>HopeHauptman</dc:creator>
      <dc:date>2021-09-04T00:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking a tool like 'zonal statistics as table' but for a polygons inside another polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/seeking-a-tool-like-zonal-statistics-as-table-but/m-p/1095493#M45237</link>
      <description>&lt;P&gt;From&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/spatial-analyst/zonal-statistics-as-table.htm" target="_blank"&gt;Zonal Statistics as Table (Spatial Analyst)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;When the value input is integer, all of the statistics (Mean, Majority, Maximum, Median, Minimum, Minority, Percentile, Range, Standard deviation, Sum, and Variety) are available for calculation.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;If you have a floating point raster then majority and a few others aren't available... you could scale and "int" the raster in that case to get integers if you don't mind the data reduction.&lt;/P&gt;&lt;P&gt;One other option might be&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;but it would be raster and raster and would only give your areas&lt;/P&gt;&lt;P&gt;On a side note, your ovals suggest you are using a Web Mercator coordinate system for your map (and perhaps your data).&amp;nbsp; If that is the case, it is not recommended that you use it for anything that might entail distance, area, etc calculations.&amp;nbsp; Switch to an equal area projected coordinate system or a compromise coordinate system (like UTM etc)&lt;/P&gt;</description>
      <pubDate>Sat, 04 Sep 2021 00:51:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/seeking-a-tool-like-zonal-statistics-as-table-but/m-p/1095493#M45237</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-09-04T00:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking a tool like 'zonal statistics as table' but for a polygons inside another polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/seeking-a-tool-like-zonal-statistics-as-table-but/m-p/1095500#M45238</link>
      <description>&lt;P&gt;Thank you so much for your reply!&amp;nbsp; I will try to make the tabulate area work.&amp;nbsp; On your side note: yes it is projected Web Mercator - good eye! I tried to match to the other layers' projection (Albers) using the 'project tool' but it looks the same?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Sep 2021 01:50:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/seeking-a-tool-like-zonal-statistics-as-table-but/m-p/1095500#M45238</guid>
      <dc:creator>HopeHauptman</dc:creator>
      <dc:date>2021-09-04T01:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking a tool like 'zonal statistics as table' but for a polygons inside another polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/seeking-a-tool-like-zonal-statistics-as-table-but/m-p/1095502#M45239</link>
      <description>&lt;P&gt;Set the 'map' to the Albers projection.&lt;/P&gt;&lt;P&gt;Or better still, open a new map without any basemap or other data.&amp;nbsp; Add a projected featureclass that you want to use (UTM, albers etc).&amp;nbsp; The first layer sets the coordinate system of the map.&amp;nbsp; Then check the map properties to ensure it is so&lt;/P&gt;</description>
      <pubDate>Sat, 04 Sep 2021 01:54:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/seeking-a-tool-like-zonal-statistics-as-table-but/m-p/1095502#M45239</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-09-04T01:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking a tool like 'zonal statistics as table' but for a polygons inside another polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/seeking-a-tool-like-zonal-statistics-as-table-but/m-p/1095504#M45240</link>
      <description>&lt;P&gt;ok I will try that but it is sort of what I did here. I started a new map with no basemap and added the first layer (Albers). The second layer came in with&amp;nbsp;&lt;SPAN&gt;Web Mercator and did not adapt to the first layer...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;By set the map to Albers (your first suggestion) does that mean use the 'Projections and Transformations tool' or 'define projection tool'?&amp;nbsp; If use define projection and change from Web Merc. to Albers it it puts the area off the coast of&amp;nbsp;&lt;/SPAN&gt;Australia&lt;/P&gt;</description>
      <pubDate>Sat, 04 Sep 2021 02:45:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/seeking-a-tool-like-zonal-statistics-as-table-but/m-p/1095504#M45240</guid>
      <dc:creator>HopeHauptman</dc:creator>
      <dc:date>2021-09-04T02:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking a tool like 'zonal statistics as table' but for a polygons inside another polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/seeking-a-tool-like-zonal-statistics-as-table-but/m-p/1095506#M45241</link>
      <description>&lt;P&gt;Right-click on the map's name in the table of contents&lt;/P&gt;&lt;P&gt;Select Properties from the popup&lt;/P&gt;&lt;P&gt;Select Coordinate System... make sure it is set to what you want.&amp;nbsp; In my example, it was set by the first layer I added to the map.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="map_display_crs.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/22417iCEF17CAB231D11FA/image-size/large?v=v2&amp;amp;px=999" role="button" title="map_display_crs.png" alt="map_display_crs.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Projections and Transformations, Project tool is only used when you want a version of a featureclass in a new coordinate system.&lt;/P&gt;&lt;P&gt;Define Projection.... NEVER use it unless you have a data source that has an Unknown coordinate system.&lt;/P&gt;&lt;P&gt;Telling something it is something when it is not something is just plain wrong and confusing &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Sep 2021 02:48:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/seeking-a-tool-like-zonal-statistics-as-table-but/m-p/1095506#M45241</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-09-04T02:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking a tool like 'zonal statistics as table' but for a polygons inside another polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/seeking-a-tool-like-zonal-statistics-as-table-but/m-p/1095507#M45242</link>
      <description>&lt;P&gt;Got it. I can't thank you enough. I get confused between Coordinate System and Projection. Much thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Sep 2021 03:10:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/seeking-a-tool-like-zonal-statistics-as-table-but/m-p/1095507#M45242</guid>
      <dc:creator>HopeHauptman</dc:creator>
      <dc:date>2021-09-04T03:10:28Z</dc:date>
    </item>
  </channel>
</rss>

