<?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: Calculate Field Based on Overlapping Polygons in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/calculate-field-based-on-overlapping-polygons/m-p/1666089#M100143</link>
    <description>&lt;P&gt;Have you ruled out general overlay operations like the&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/spatial-join.htm" target="_blank"&gt;Spatial Join (Analysis)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;in the Overlay toolset?&lt;/P&gt;</description>
    <pubDate>Sat, 15 Nov 2025 00:32:07 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2025-11-15T00:32:07Z</dc:date>
    <item>
      <title>Calculate Field Based on Overlapping Polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/calculate-field-based-on-overlapping-polygons/m-p/1666083#M100141</link>
      <description>&lt;P&gt;Hey, I'm gonna explain this as best as I can. I need to create a spreadsheet that lists all of the zip codes that overlap with our members and&amp;nbsp;lists the member that the zip code overlaps with. The pink is the zip codes, and the brown outline is our member boundaries. How do I calculate the field in the zip code attribute table so it lists the members that overlap it? I don't need to combine fields, I just need to calculate a field or create a new field that lists the overlapped member. I hope that makes sense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-11-14 165113.png" style="width: 996px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/143833i399B2DDCEC1EE992/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-11-14 165113.png" alt="Screenshot 2025-11-14 165113.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 23:58:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/calculate-field-based-on-overlapping-polygons/m-p/1666083#M100141</guid>
      <dc:creator>MadelynSimpson</dc:creator>
      <dc:date>2025-11-14T23:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Field Based on Overlapping Polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/calculate-field-based-on-overlapping-polygons/m-p/1666089#M100143</link>
      <description>&lt;P&gt;Have you ruled out general overlay operations like the&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/spatial-join.htm" target="_blank"&gt;Spatial Join (Analysis)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;in the Overlay toolset?&lt;/P&gt;</description>
      <pubDate>Sat, 15 Nov 2025 00:32:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/calculate-field-based-on-overlapping-polygons/m-p/1666089#M100143</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-11-15T00:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Field Based on Overlapping Polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/calculate-field-based-on-overlapping-polygons/m-p/1666118#M100152</link>
      <description>&lt;P&gt;So unfortunately, I don't think a join will work. I don't have matching fields in the two attribute tables. So unfortunately, there's nothing to join between the two. I'm hoping there's some kind of tool or a python script I can run that will list the member(s) that overlap with the corresponding zipcode(s)&lt;/P&gt;</description>
      <pubDate>Sun, 16 Nov 2025 05:29:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/calculate-field-based-on-overlapping-polygons/m-p/1666118#M100152</guid>
      <dc:creator>MadelynSimpson</dc:creator>
      <dc:date>2025-11-16T05:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Field Based on Overlapping Polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/calculate-field-based-on-overlapping-polygons/m-p/1666120#M100153</link>
      <description>&lt;P&gt;the spatial join is based on geometry not on matching attributes&lt;/P&gt;</description>
      <pubDate>Sun, 16 Nov 2025 10:26:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/calculate-field-based-on-overlapping-polygons/m-p/1666120#M100153</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-11-16T10:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Field Based on Overlapping Polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/calculate-field-based-on-overlapping-polygons/m-p/1667373#M100270</link>
      <description>&lt;P&gt;I don't think you can get a spatial join to give you the result you want since that is normally only useful between points and polygons. It and be done with python if do a union between your two layers, concatenate the zip codes in each resulting polygon that has the same member ID, and then dissolve on member ID to get back your original member polygons.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 22:12:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/calculate-field-based-on-overlapping-polygons/m-p/1667373#M100270</guid>
      <dc:creator>Pukawai</dc:creator>
      <dc:date>2025-11-19T22:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Field Based on Overlapping Polygons</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/calculate-field-based-on-overlapping-polygons/m-p/1667386#M100273</link>
      <description>&lt;P&gt;perhaps you misread&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/spatial-joins-by-feature-type.htm" target="_blank"&gt;Spatial joins by feature type—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/add-spatial-join.htm" target="_blank"&gt;Add Spatial Join (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2025 22:50:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/calculate-field-based-on-overlapping-polygons/m-p/1667386#M100273</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-11-19T22:50:29Z</dc:date>
    </item>
  </channel>
</rss>

