<?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: Move address point from parcel center location to the center of a smaller polygon within a larger one? in Public Safety Questions</title>
    <link>https://community.esri.com/t5/public-safety-questions/move-address-point-from-parcel-center-location-to/m-p/166323#M256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's a workflow that probably would work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Do a &lt;EM&gt;Spatial Join&lt;/EM&gt; to add the parcel identification to the buildings layer.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/spatial-join.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/spatial-join.htm"&gt;Spatial Join—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Use the &lt;EM&gt;shape.area&lt;/EM&gt; field (or whatever area field is in the database you are using) to find the largest building in each parcel.&amp;nbsp; Save these features as a separate feature class.&amp;nbsp; (There's probably an automated way to find the largest building polygon for each similar parcel ID when there are multiple buildings, but at the moment that process is eluding me)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Run &lt;EM&gt;Feature to Point&lt;/EM&gt; with the &lt;EM&gt;Point Location (optional)&lt;/EM&gt; setting set to &lt;EM&gt;Centroid &lt;/EM&gt;on the largest buildings found in step 2.&amp;nbsp; Run the tool again with the the &lt;EM&gt;Inside&lt;/EM&gt; option to see if that works better for your data.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/feature-to-point.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/feature-to-point.htm"&gt;Feature To Point—Data Management toolbox | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.&amp;nbsp; Make a copy of the parcel address point feature class.&amp;nbsp; Run &lt;EM&gt;Snap&lt;/EM&gt; on the copy of the parcel address point features (not the original, as this tool will permanently modify the features).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/editing/snap.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/editing/snap.htm"&gt;Snap—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 May 2018 17:14:01 GMT</pubDate>
    <dc:creator>ChrisDonohue__GISP</dc:creator>
    <dc:date>2018-05-21T17:14:01Z</dc:date>
    <item>
      <title>Move address point from parcel center location to the center of a smaller polygon within a larger one?</title>
      <link>https://community.esri.com/t5/public-safety-questions/move-address-point-from-parcel-center-location-to/m-p/166322#M255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a huge area of polygon parcel boundaries and within those parcel boundaries I have smaller polygons for building structures. I also have an address assigned to each parcel but the point is in the center of the parcel polygon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the screen capture the red lines are the parcel boundaries and the tan are the building polygon and the green dots are my address points. You can see that I have multiple building polygons in each parcel and I would like the address point moved to the center of the largest building polygon in each parcel. Is this possible? Or do have have to move these one at a time?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 14:55:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/public-safety-questions/move-address-point-from-parcel-center-location-to/m-p/166322#M255</guid>
      <dc:creator>GaryPeters2</dc:creator>
      <dc:date>2018-05-21T14:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Move address point from parcel center location to the center of a smaller polygon within a larger one?</title>
      <link>https://community.esri.com/t5/public-safety-questions/move-address-point-from-parcel-center-location-to/m-p/166323#M256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's a workflow that probably would work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Do a &lt;EM&gt;Spatial Join&lt;/EM&gt; to add the parcel identification to the buildings layer.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/spatial-join.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/spatial-join.htm"&gt;Spatial Join—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Use the &lt;EM&gt;shape.area&lt;/EM&gt; field (or whatever area field is in the database you are using) to find the largest building in each parcel.&amp;nbsp; Save these features as a separate feature class.&amp;nbsp; (There's probably an automated way to find the largest building polygon for each similar parcel ID when there are multiple buildings, but at the moment that process is eluding me)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Run &lt;EM&gt;Feature to Point&lt;/EM&gt; with the &lt;EM&gt;Point Location (optional)&lt;/EM&gt; setting set to &lt;EM&gt;Centroid &lt;/EM&gt;on the largest buildings found in step 2.&amp;nbsp; Run the tool again with the the &lt;EM&gt;Inside&lt;/EM&gt; option to see if that works better for your data.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/feature-to-point.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/feature-to-point.htm"&gt;Feature To Point—Data Management toolbox | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.&amp;nbsp; Make a copy of the parcel address point feature class.&amp;nbsp; Run &lt;EM&gt;Snap&lt;/EM&gt; on the copy of the parcel address point features (not the original, as this tool will permanently modify the features).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/editing/snap.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/editing/snap.htm"&gt;Snap—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 17:14:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/public-safety-questions/move-address-point-from-parcel-center-location-to/m-p/166323#M256</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2018-05-21T17:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Move address point from parcel center location to the center of a smaller polygon within a larger one?</title>
      <link>https://community.esri.com/t5/public-safety-questions/move-address-point-from-parcel-center-location-to/m-p/166324#M257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris, I like this workflow but it's good to point out that Feature to Point is only with an Advanced License and Snap is only with a Standard or Advanced License.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a Feature to Point work around, you could potentially do this:&lt;/P&gt;&lt;P&gt;1. &lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/add-geometry-attributes.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/add-geometry-attributes.htm"&gt;Add Geometry Attributes—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to get internal XY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/create-table.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/create-table.htm"&gt;Create Table—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to spit out a table with all the attributes of your polygon including XY attributes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/map/working-with-layers/adding-x-y-coordinate-data-as-a-layer.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/map/working-with-layers/adding-x-y-coordinate-data-as-a-layer.htm"&gt;Adding x,y coordinate data as a layer—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;make an event layer with your new XY table - to make points&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Export the data to a new feature class.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 17:42:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/public-safety-questions/move-address-point-from-parcel-center-location-to/m-p/166324#M257</guid>
      <dc:creator>AdrianWelsh</dc:creator>
      <dc:date>2018-05-21T17:42:16Z</dc:date>
    </item>
  </channel>
</rss>

