<?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: Splitting a polygon by an overlapping feature in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/splitting-a-polygon-by-an-overlapping-feature/m-p/332025#M4659</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want to see how much of the foot print is within a given cell, right?&amp;nbsp; I see in your building footprint attribute table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Area_build&amp;nbsp; and of course&lt;/P&gt;&lt;P&gt;Shape_Area&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you intersect the building footprints with the cells, the resulting Shape_Area of the new feature class can be used to determine the ratio of how much of the each polygon has been affected by the geoprocessing function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say your original building footprint data looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Area_Build = 100&lt;/P&gt;&lt;P&gt;Shape_Area = 500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the intersection, the the resulting Shape_Area is 250. So you have a reduction of 50% (250/500)&amp;nbsp; Area_build does not update until you use .5* Area_Build.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Nov 2016 15:29:52 GMT</pubDate>
    <dc:creator>JoeBorgione</dc:creator>
    <dc:date>2016-11-22T15:29:52Z</dc:date>
    <item>
      <title>Splitting a polygon by an overlapping feature</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/splitting-a-polygon-by-an-overlapping-feature/m-p/332019#M4653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using ArcGIS 10.3 with access to advances extensions. There is two features that I have (attached): i) grid (fishnet) of 30 meter:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="269377" alt="Grid (30*30 M)" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/269377_grid.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and ii)&amp;nbsp;Building footprint:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="269414" alt="Building footprint" class="image-2 jive-image j-img-original" src="/legacyfs/online/269414_building footprint.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am interested in splitting/having the building footprint in each grid-cell:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="269424" alt="split" class="image-5 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/269424_split.JPG" style="width: 620px; height: 409px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore I have used the Split tool (&lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/editing-fundamentals/splitting-a-polygon-by-an-overlapping-line-feature.htm"&gt;Splitting a polygon by an overlapping feature&lt;/A&gt;). However, the process is always terminated:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="269416" alt="error" class="image-4 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/269416_error.JPG" style="width: 620px; height: 61px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am interested in having building footprint in each grid-cell. Any tips and hints is highly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 14:12:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/splitting-a-polygon-by-an-overlapping-feature/m-p/332019#M4653</guid>
      <dc:creator>SaraNazli</dc:creator>
      <dc:date>2016-11-22T14:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a polygon by an overlapping feature</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/splitting-a-polygon-by-an-overlapping-feature/m-p/332020#M4654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check &lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/manage-data/editing-fundamentals/splitting-a-polygon-by-an-overlapping-line-feature.htm"&gt;Splitting a polygon by an overlapping feature&lt;/A&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 14:29:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/splitting-a-polygon-by-an-overlapping-feature/m-p/332020#M4654</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2016-11-22T14:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a polygon by an overlapping feature</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/splitting-a-polygon-by-an-overlapping-feature/m-p/332021#M4655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats the one I have used, but ended with error and was terminated...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 14:32:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/splitting-a-polygon-by-an-overlapping-feature/m-p/332021#M4655</guid>
      <dc:creator>SaraNazli</dc:creator>
      <dc:date>2016-11-22T14:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a polygon by an overlapping feature</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/splitting-a-polygon-by-an-overlapping-feature/m-p/332022#M4656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried union or intersect?&amp;nbsp; Not sure what you're after, but when I try intersect this is what the resulting polygon feature class looks like:&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/269457_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;If you are interested in your Building area, you should capture the two fields before you intersect with BulidingArea_orig and ShapeArea_Orig.&amp;nbsp; That way you can proportion what you end up with....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 14:41:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/splitting-a-polygon-by-an-overlapping-feature/m-p/332022#M4656</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2016-11-22T14:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a polygon by an overlapping feature</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/splitting-a-polygon-by-an-overlapping-feature/m-p/332023#M4657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check if &lt;A href="http://desktop.arcgis.com/en/arcmap/10.3/tools/analysis-toolbox/intersect.htm"&gt;Intersect&lt;/A&gt;&amp;nbsp;solves your issue. The output feature class will have the attribute of both the input features.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 14:42:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/splitting-a-polygon-by-an-overlapping-feature/m-p/332023#M4657</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2016-11-22T14:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a polygon by an overlapping feature</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/splitting-a-polygon-by-an-overlapping-feature/m-p/332024#M4658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct, I would be interested in the amount of building area wich falls into each grid-cell. However I did not get what you mean by:&lt;BR /&gt;"&lt;SPAN style="background-color: #ffffff;"&gt;If you are interested in your Building area, you should capture the two fields before you intersect with BulidingArea_orig and ShapeArea_Orig.&amp;nbsp; That way you can proportion what you end up with....&lt;/SPAN&gt;"&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I appreciate if you explain it in more details...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 14:54:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/splitting-a-polygon-by-an-overlapping-feature/m-p/332024#M4658</guid>
      <dc:creator>SaraNazli</dc:creator>
      <dc:date>2016-11-22T14:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting a polygon by an overlapping feature</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/splitting-a-polygon-by-an-overlapping-feature/m-p/332025#M4659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want to see how much of the foot print is within a given cell, right?&amp;nbsp; I see in your building footprint attribute table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Area_build&amp;nbsp; and of course&lt;/P&gt;&lt;P&gt;Shape_Area&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you intersect the building footprints with the cells, the resulting Shape_Area of the new feature class can be used to determine the ratio of how much of the each polygon has been affected by the geoprocessing function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say your original building footprint data looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Area_Build = 100&lt;/P&gt;&lt;P&gt;Shape_Area = 500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the intersection, the the resulting Shape_Area is 250. So you have a reduction of 50% (250/500)&amp;nbsp; Area_build does not update until you use .5* Area_Build.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 15:29:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/splitting-a-polygon-by-an-overlapping-feature/m-p/332025#M4659</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2016-11-22T15:29:52Z</dc:date>
    </item>
  </channel>
</rss>

