<?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: Combining objects based on another layer in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/combining-objects-based-on-another-layer/m-p/588853#M19501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK so spatial join by location should work then, right click your building layer and choose joins and relates &amp;gt; join. Use the drop down at the top of the dialogue to change from an attribute join to a spatial location join. Then select the layer you want to join them to and select the second radio button down to make sure each polygon is given all of the attributes of the polygon it falls inside, as in the attachment. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you've done this you'll have a feature class or shapefile with the attributes of both polygons, you can then sum the area of the buildings per polygon by doing a dissolve based on the polygon ID within your building layer and divide this figure by the area of the flood map polygons. Times this figure by 100 to work out the percentage of floodplain covered by buildings. You can do this by adding a field in the attribute table to do your calculations in or you could export the tables and do it in excel, up to you I guess.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ollie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Feb 2014 11:23:15 GMT</pubDate>
    <dc:creator>OllieBrown</dc:creator>
    <dc:date>2014-02-07T11:23:15Z</dc:date>
    <item>
      <title>Combining objects based on another layer</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combining-objects-based-on-another-layer/m-p/588850#M19498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to combine a building layer and a parcel layer. The goal is to combine all the buildings on one parcel to one object. The only relationship the buildings and the parcel have is spatial. When I use spatial join the parcel gets combined with one building, and this for all of the buildings on the parcel separately.So the question is, how can I combine the different buildings on the same parcel? Already thanks for the help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 09:06:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combining-objects-based-on-another-layer/m-p/588850#M19498</guid>
      <dc:creator>MatthiasMeynen</dc:creator>
      <dc:date>2014-02-05T09:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Combining objects based on another layer</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combining-objects-based-on-another-layer/m-p/588851#M19499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Matthias,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This sounds like something you could use the intersect tool but I'm unsure without a bit more information. Do you mean that you want each building to have the attributes of the larger parcel? Also have you changed the order that you are joining the buildings to the parcels in, for instance.... try joining the parcel layer to the buildings and vice versa and see if this gives you the output you're after.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ollie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 07:00:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combining-objects-based-on-another-layer/m-p/588851#M19499</guid>
      <dc:creator>OllieBrown</dc:creator>
      <dc:date>2014-02-07T07:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Combining objects based on another layer</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combining-objects-based-on-another-layer/m-p/588852#M19500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply already. The ultimate goal is that I want to calculate the overlap with a flood map for all the buildings on the same parcel in 1 measure (in percent). I also want the buildings to have the identification number from the parcel. If you need any more info, just let me know.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 07:49:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combining-objects-based-on-another-layer/m-p/588852#M19500</guid>
      <dc:creator>MatthiasMeynen</dc:creator>
      <dc:date>2014-02-07T07:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Combining objects based on another layer</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combining-objects-based-on-another-layer/m-p/588853#M19501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK so spatial join by location should work then, right click your building layer and choose joins and relates &amp;gt; join. Use the drop down at the top of the dialogue to change from an attribute join to a spatial location join. Then select the layer you want to join them to and select the second radio button down to make sure each polygon is given all of the attributes of the polygon it falls inside, as in the attachment. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once you've done this you'll have a feature class or shapefile with the attributes of both polygons, you can then sum the area of the buildings per polygon by doing a dissolve based on the polygon ID within your building layer and divide this figure by the area of the flood map polygons. Times this figure by 100 to work out the percentage of floodplain covered by buildings. You can do this by adding a field in the attribute table to do your calculations in or you could export the tables and do it in excel, up to you I guess.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ollie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 11:23:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combining-objects-based-on-another-layer/m-p/588853#M19501</guid>
      <dc:creator>OllieBrown</dc:creator>
      <dc:date>2014-02-07T11:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Combining objects based on another layer</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combining-objects-based-on-another-layer/m-p/588854#M19502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok those tips seem to be working pretty well. So thank you already. But I would also like to know the overlap with the flood map for each polygon separately. Not just the total overlap. Any ideas how I could do that?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 08:41:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combining-objects-based-on-another-layer/m-p/588854#M19502</guid>
      <dc:creator>MatthiasMeynen</dc:creator>
      <dc:date>2014-02-12T08:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Combining objects based on another layer</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combining-objects-based-on-another-layer/m-p/588855#M19503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So you mean if a building polygon is totally in the flood plain then it would be 100%, if a quarter of it was it'd be 25% etc?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 13:05:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combining-objects-based-on-another-layer/m-p/588855#M19503</guid>
      <dc:creator>OllieBrown</dc:creator>
      <dc:date>2014-02-12T13:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Combining objects based on another layer</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combining-objects-based-on-another-layer/m-p/588856#M19504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Indeed. I want to compare with data from households collected by surveys to validate the flood map&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 13:46:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combining-objects-based-on-another-layer/m-p/588856#M19504</guid>
      <dc:creator>MatthiasMeynen</dc:creator>
      <dc:date>2014-02-12T13:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Combining objects based on another layer</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combining-objects-based-on-another-layer/m-p/588857#M19505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Matthais,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've attached a word doc with a very quick run through on how to do what I think you're after. Like I said it was pretty quickly thrown together so if anything doesn't make sense give me a shout and I'll clarify it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope it helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ollie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 07:13:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combining-objects-based-on-another-layer/m-p/588857#M19505</guid>
      <dc:creator>OllieBrown</dc:creator>
      <dc:date>2014-02-13T07:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Combining objects based on another layer</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combining-objects-based-on-another-layer/m-p/588858#M19506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok I'll check it first thing next week (don't have acces to Arcgis this week anymore) but I'm already very very very thankfull!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 08:01:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combining-objects-based-on-another-layer/m-p/588858#M19506</guid>
      <dc:creator>MatthiasMeynen</dc:creator>
      <dc:date>2014-02-13T08:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Combining objects based on another layer</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/combining-objects-based-on-another-layer/m-p/588859#M19507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK mate, hope it goes well. You're welcome too, pay it forward an all that haha&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 08:14:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/combining-objects-based-on-another-layer/m-p/588859#M19507</guid>
      <dc:creator>OllieBrown</dc:creator>
      <dc:date>2014-02-13T08:14:47Z</dc:date>
    </item>
  </channel>
</rss>

