<?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: Distance Between Polygon and Address in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/distance-between-polygon-and-address/m-p/1394346#M80201</link>
    <description>&lt;P&gt;I ended up:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Exporting the parcel number and mailing address from the polygon feature to a table.&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Geocoded the table to get points.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Renamed the Parcel Number field back to it's original (it was prefixed with User_)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Used the Near by Group toolbox (&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-desktop/analytics/finding-the-nearest-feature-with-the-same-attributes/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/arcgis-desktop/analytics/finding-the-nearest-feature-with-the-same-attributes/&lt;/A&gt;) matching on the parcel number to add distance between the parcel polygon and the parcel's mailing address point.&lt;/LI&gt;&lt;LI&gt;Selected by attribute where distance was greater than XYZ distance.&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Mon, 11 Mar 2024 19:56:58 GMT</pubDate>
    <dc:creator>MikeHammett</dc:creator>
    <dc:date>2024-03-11T19:56:58Z</dc:date>
    <item>
      <title>Distance Between Polygon and Address</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/distance-between-polygon-and-address/m-p/1393644#M80107</link>
      <description>&lt;DIV&gt;I have a layer that is polygons.&lt;/DIV&gt;&lt;DIV&gt;One of the data fields is a street address.&lt;/DIV&gt;&lt;DIV&gt;How can I determine which polygons are a street address that is more than X miles away from the polygon?&lt;/DIV&gt;</description>
      <pubDate>Sat, 09 Mar 2024 21:57:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/distance-between-polygon-and-address/m-p/1393644#M80107</guid>
      <dc:creator>MikeHammett</dc:creator>
      <dc:date>2024-03-09T21:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Distance Between Polygon and Address</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/distance-between-polygon-and-address/m-p/1393750#M80113</link>
      <description>&lt;P&gt;Do you have a feature class that represents your addresses?&lt;/P&gt;&lt;P&gt;If so, I believe the &lt;A href="https://pro.arcgis.com/en/pro-app/3.1/help/mapping/navigation/select-features-by-location.htm" target="_blank" rel="noopener"&gt;select by location&lt;/A&gt; will accomplish your goal.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2024 05:09:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/distance-between-polygon-and-address/m-p/1393750#M80113</guid>
      <dc:creator>Eugene_Adkins</dc:creator>
      <dc:date>2024-03-10T05:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Distance Between Polygon and Address</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/distance-between-polygon-and-address/m-p/1393940#M80125</link>
      <description>&lt;P&gt;Do you have access to either the esri World Geocoder or a locally constructed locator with either address points or street centerline ranges?&lt;/P&gt;&lt;P&gt;There are probably faster ways to do this but this is my method. Also check out&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/measuring-distance-from-points-within-a-polygon-to/m-p/1236137#M62821" target="_self"&gt;https://community.esri.com/t5/arcgis-pro-questions/measuring-distance-from-points-within-a-polygon-to/m-p/1236137#M62821&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 - Get your reference point for the polygon (centroid, etc) and calculate geometry to store X,Y location and address as fields in the attribute table&lt;/P&gt;&lt;P&gt;2 - Export polygon attribute table to table making sure a reference value back to the polygon as well as XX,Y, and address data&lt;/P&gt;&lt;P&gt;3 - Geocode table created in step 2 making sure to store all data.&lt;/P&gt;&lt;P&gt;4 - Use XY to Line Geoprecessing tool to create lines with reference and geocoded coordinates as end points. This also has the benefit of creating a fishbone dataset that might show crossing lines for bad addresses. Alternatively if the X/Y values are projected as opposed to lat/lon maybe just use Pythagorean&amp;nbsp;distance calc in python.&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 03:29:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/distance-between-polygon-and-address/m-p/1393940#M80125</guid>
      <dc:creator>ThomasHoman</dc:creator>
      <dc:date>2024-03-11T03:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Distance Between Polygon and Address</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/distance-between-polygon-and-address/m-p/1394346#M80201</link>
      <description>&lt;P&gt;I ended up:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Exporting the parcel number and mailing address from the polygon feature to a table.&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Geocoded the table to get points.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Renamed the Parcel Number field back to it's original (it was prefixed with User_)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Used the Near by Group toolbox (&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-desktop/analytics/finding-the-nearest-feature-with-the-same-attributes/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/arcgis-desktop/analytics/finding-the-nearest-feature-with-the-same-attributes/&lt;/A&gt;) matching on the parcel number to add distance between the parcel polygon and the parcel's mailing address point.&lt;/LI&gt;&lt;LI&gt;Selected by attribute where distance was greater than XYZ distance.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 11 Mar 2024 19:56:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/distance-between-polygon-and-address/m-p/1394346#M80201</guid>
      <dc:creator>MikeHammett</dc:creator>
      <dc:date>2024-03-11T19:56:58Z</dc:date>
    </item>
  </channel>
</rss>

