<?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 For each point, get value from intersecting polygon — How to rank/prioritize overlapping polygons to get the wanted value? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/for-each-point-get-value-from-intersecting-polygon/m-p/1527202#M87475</link>
    <description>&lt;P&gt;&lt;EM&gt;ArcGIS Pro 2.9.5&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The source data is in an Oracle 18c 10.7.1 enterprise geodatabase. But I plan to export the data to a file or mobile geodatabase for analysis purposes.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have a Points FC and a Polygons FC. For each point, I want to get the TYPE value from the intersecting polygon.&lt;/P&gt;&lt;P&gt;Sample fake data:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_4-1724684162936.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/113480iE6BB5DAAE3C5CF7E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bud_4-1724684162936.png" alt="Bud_4-1724684162936.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_3-1724683805484.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/113478iD6A555B423157544/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bud_3-1724683805484.png" alt="Bud_3-1724683805484.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(The selections are just for demonstration purposes. I will remove the selections when doing the analysis.)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The polygons overlap each other.&lt;/P&gt;&lt;P&gt;I don't want to generate duplicate points; I want the number of points to stay at 53.&amp;nbsp;I don't want to concatenate the TYPE values of overlapping polygons into a single delimited value in Points.TYPE_FROM_POLYGON.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to choose what overlapping polygon to use for each point. I’d use a Polygon.RANK field to prioritize what polygon will be used in the case of overlaps.&amp;nbsp; A rank of 1 is high.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;G&lt;/LI&gt;&lt;LI&gt;H&lt;/LI&gt;&lt;LI&gt;A&lt;/LI&gt;&lt;LI&gt;B&lt;/LI&gt;&lt;LI&gt;F&lt;/LI&gt;&lt;LI&gt;I&lt;/LI&gt;&lt;LI&gt;C&lt;/LI&gt;&lt;LI&gt;D&lt;/LI&gt;&lt;LI&gt;E&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;For example, the selected point (OID=100) would intersect polygons G and H. Due to the ranking, G would be used in Points.TYPE_FROM_POLYGON, not H.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Using a geoprocessing tool (not Python), how can I use the values in the Polygons.RANK field to choose what overlapping polygon will be used to populate Points.TYPE_FROM_POLYGON?&lt;/P&gt;&lt;P&gt;Sample file geodatabase data is attached in a .zip.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Sep 2024 11:45:05 GMT</pubDate>
    <dc:creator>Bud</dc:creator>
    <dc:date>2024-09-03T11:45:05Z</dc:date>
    <item>
      <title>For each point, get value from intersecting polygon — How to rank/prioritize overlapping polygons to get the wanted value?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/for-each-point-get-value-from-intersecting-polygon/m-p/1527202#M87475</link>
      <description>&lt;P&gt;&lt;EM&gt;ArcGIS Pro 2.9.5&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The source data is in an Oracle 18c 10.7.1 enterprise geodatabase. But I plan to export the data to a file or mobile geodatabase for analysis purposes.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have a Points FC and a Polygons FC. For each point, I want to get the TYPE value from the intersecting polygon.&lt;/P&gt;&lt;P&gt;Sample fake data:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_4-1724684162936.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/113480iE6BB5DAAE3C5CF7E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bud_4-1724684162936.png" alt="Bud_4-1724684162936.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_3-1724683805484.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/113478iD6A555B423157544/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bud_3-1724683805484.png" alt="Bud_3-1724683805484.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(The selections are just for demonstration purposes. I will remove the selections when doing the analysis.)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The polygons overlap each other.&lt;/P&gt;&lt;P&gt;I don't want to generate duplicate points; I want the number of points to stay at 53.&amp;nbsp;I don't want to concatenate the TYPE values of overlapping polygons into a single delimited value in Points.TYPE_FROM_POLYGON.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to choose what overlapping polygon to use for each point. I’d use a Polygon.RANK field to prioritize what polygon will be used in the case of overlaps.&amp;nbsp; A rank of 1 is high.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;G&lt;/LI&gt;&lt;LI&gt;H&lt;/LI&gt;&lt;LI&gt;A&lt;/LI&gt;&lt;LI&gt;B&lt;/LI&gt;&lt;LI&gt;F&lt;/LI&gt;&lt;LI&gt;I&lt;/LI&gt;&lt;LI&gt;C&lt;/LI&gt;&lt;LI&gt;D&lt;/LI&gt;&lt;LI&gt;E&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;For example, the selected point (OID=100) would intersect polygons G and H. Due to the ranking, G would be used in Points.TYPE_FROM_POLYGON, not H.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Using a geoprocessing tool (not Python), how can I use the values in the Polygons.RANK field to choose what overlapping polygon will be used to populate Points.TYPE_FROM_POLYGON?&lt;/P&gt;&lt;P&gt;Sample file geodatabase data is attached in a .zip.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 11:45:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/for-each-point-get-value-from-intersecting-polygon/m-p/1527202#M87475</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-09-03T11:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: For each point, get value from intersecting polygon — How to rank/prioritize overlapping polygons to get single value?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/for-each-point-get-value-from-intersecting-polygon/m-p/1529857#M87681</link>
      <description>&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/spatial-join-quot-one-to-one-tiebreaker-field-quot/idi-p/1527324" target="_self"&gt;Spatial Join — "One-to-one (tiebreaker field)" join operation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2024 22:22:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/for-each-point-get-value-from-intersecting-polygon/m-p/1529857#M87681</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-08-29T22:22:45Z</dc:date>
    </item>
  </channel>
</rss>

