<?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: Sum polygons if they are within another polygon in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/sum-polygons-if-they-are-within-another-polygon/m-p/127624#M4428</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try this two-steps approach:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Select all blue/black polygons B which are in large green polygon A using Select By Location from Selection menu.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Use Summary Statistics tool (Analysis-&amp;gt;Statistics-&amp;gt;Summary Statistics) to calculate summary area for each type of polygon B with settings:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; - Statistics Field: Shape_Area&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; - Statistics Type: SUM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; - Case field: type field - the field based on which you differentiate polygons color.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Nov 2012 05:00:09 GMT</pubDate>
    <dc:creator>MarcinGasior</dc:creator>
    <dc:date>2012-11-06T05:00:09Z</dc:date>
    <item>
      <title>Sum polygons if they are within another polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/sum-polygons-if-they-are-within-another-polygon/m-p/127623#M4427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hey!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;attachment:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]19044[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need the sum shape_area of the blue and black polygons (feature class B) which are within the selected green polyon (feature class A, hollow polygonfilling) written in the polygon A attribute.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried a spatial join, but this only worked in the other direction, by joining the attributes from the big polygon A to the "compleytely_within" polygons B. Or is there a possibility to merge this results afterwards, if so how?&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>Tue, 06 Nov 2012 04:38:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/sum-polygons-if-they-are-within-another-polygon/m-p/127623#M4427</guid>
      <dc:creator>AndreasDaim</dc:creator>
      <dc:date>2012-11-06T04:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sum polygons if they are within another polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/sum-polygons-if-they-are-within-another-polygon/m-p/127624#M4428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try this two-steps approach:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Select all blue/black polygons B which are in large green polygon A using Select By Location from Selection menu.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Use Summary Statistics tool (Analysis-&amp;gt;Statistics-&amp;gt;Summary Statistics) to calculate summary area for each type of polygon B with settings:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; - Statistics Field: Shape_Area&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; - Statistics Type: SUM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; - Case field: type field - the field based on which you differentiate polygons color.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 05:00:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/sum-polygons-if-they-are-within-another-polygon/m-p/127624#M4428</guid>
      <dc:creator>MarcinGasior</dc:creator>
      <dc:date>2012-11-06T05:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sum polygons if they are within another polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/sum-polygons-if-they-are-within-another-polygon/m-p/127625#M4429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Try this two-steps approach:&lt;BR /&gt;1. Select all blue/black polygons B which are in large green polygon A using Select By Location from Selection menu.&lt;BR /&gt;2. Use Summary Statistics tool (Analysis-&amp;gt;Statistics-&amp;gt;Summary Statistics) to calculate summary area for each type of polygon B with settings:&lt;BR /&gt;&amp;nbsp; - Statistics Field: Shape_Area&lt;BR /&gt;&amp;nbsp; - Statistics Type: SUM&lt;BR /&gt;&amp;nbsp; - Case field: type field - the field based on which you differentiate polygons color.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;worked fine thx!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I just used as type field my "capture date" and in fact, that the format is sometimes dd.mm.yy and sometimes with dd.mm.yy + time I got seperated values. Can i drop the time before in my attribute column?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]19045[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;gz&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;andreas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 06:12:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/sum-polygons-if-they-are-within-another-polygon/m-p/127625#M4429</guid>
      <dc:creator>AndreasDaim</dc:creator>
      <dc:date>2012-11-06T06:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sum polygons if they are within another polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/sum-polygons-if-they-are-within-another-polygon/m-p/127626#M4430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;worked fine thx!&lt;BR /&gt;I just used as type field my "capture date" and in fact, that the format is sometimes dd.mm.yy and sometimes with dd.mm.yy + time I got seperated values. Can i drop the time before in my attribute column?&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To drop the time: create new column and use this simple expression in Field Calculator with Python parser:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family:Courier New;"&gt;!Erfassungsdatum![:10]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(which takes only first 10 characters)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By the way, if you've found my previous answer helpful, mark my post as answered using voting tools:&lt;/SPAN&gt;&lt;BR /&gt;&lt;IMG src="http://forums.arcgis.com/ESRI_images/forums_mvp.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 07:03:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/sum-polygons-if-they-are-within-another-polygon/m-p/127626#M4430</guid>
      <dc:creator>MarcinGasior</dc:creator>
      <dc:date>2012-11-06T07:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sum polygons if they are within another polygon</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/sum-polygons-if-they-are-within-another-polygon/m-p/127627#M4431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;To drop the time: create new column and use this simple expression in Field Calculator with Python parser:&lt;BR /&gt;&lt;SPAN style="font-family:Courier New;"&gt;!Erfassungsdatum![:10]&lt;/SPAN&gt;&lt;BR /&gt;(which takes only first 10 characters)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;By the way, if you've found my previous answer helpful, mark my post as answered using voting tools:&lt;BR /&gt;&lt;IMG src="http://forums.arcgis.com/ESRI_images/forums_mvp.png" /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thx a lot, everythings fine!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I marked it - for sure! Just waited for this answer &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;king regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;andreas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 07:14:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/sum-polygons-if-they-are-within-another-polygon/m-p/127627#M4431</guid>
      <dc:creator>AndreasDaim</dc:creator>
      <dc:date>2012-11-06T07:14:13Z</dc:date>
    </item>
  </channel>
</rss>

