<?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 Arcade Pop-up: Better option than intersect to pull data from another layer in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/arcade-pop-up-better-option-than-intersect-to-pull/m-p/1547776#M61910</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I'm using an arcade pop-up to pull existing and proposed zoning into a parcel layer. The zones are coming from a separate layer so i am using the "Intersects" arcade function to add this data into the parcels layer.&lt;/P&gt;&lt;P&gt;However I am returning multiple zone values for edge cases. Where a parcel is on the edge (similar to intersect in a select by location) I am getting a zones that do not reflect the correct zones. Any better way to use arcade ?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChrisMcGovern_0-1728594084499.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/117011i92E4ABB67D769113/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChrisMcGovern_0-1728594084499.png" alt="ChrisMcGovern_0-1728594084499.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Arcade&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChrisMcGovern_1-1728594209789.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/117012i6A1449EB827CFEB2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChrisMcGovern_1-1728594209789.png" alt="ChrisMcGovern_1-1728594209789.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Oct 2024 21:04:55 GMT</pubDate>
    <dc:creator>ChrisMcGovern</dc:creator>
    <dc:date>2024-10-10T21:04:55Z</dc:date>
    <item>
      <title>Arcade Pop-up: Better option than intersect to pull data from another layer</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-pop-up-better-option-than-intersect-to-pull/m-p/1547776#M61910</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I'm using an arcade pop-up to pull existing and proposed zoning into a parcel layer. The zones are coming from a separate layer so i am using the "Intersects" arcade function to add this data into the parcels layer.&lt;/P&gt;&lt;P&gt;However I am returning multiple zone values for edge cases. Where a parcel is on the edge (similar to intersect in a select by location) I am getting a zones that do not reflect the correct zones. Any better way to use arcade ?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChrisMcGovern_0-1728594084499.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/117011i92E4ABB67D769113/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChrisMcGovern_0-1728594084499.png" alt="ChrisMcGovern_0-1728594084499.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Arcade&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChrisMcGovern_1-1728594209789.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/117012i6A1449EB827CFEB2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChrisMcGovern_1-1728594209789.png" alt="ChrisMcGovern_1-1728594209789.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 21:04:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-pop-up-better-option-than-intersect-to-pull/m-p/1547776#M61910</guid>
      <dc:creator>ChrisMcGovern</dc:creator>
      <dc:date>2024-10-10T21:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Pop-up: Better option than intersect to pull data from another layer</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-pop-up-better-option-than-intersect-to-pull/m-p/1547789#M61911</link>
      <description>&lt;P&gt;Use Intersection then iterate through the featureset to return the largest value i.e. the greatest level of overlap.&lt;/P&gt;&lt;P&gt;Example here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-online-questions/arcade-intersects-return-greatest-overlap-of/td-p/1354912" target="_blank"&gt;https://community.esri.com/t5/arcgis-online-questions/arcade-intersects-return-greatest-overlap-of/td-p/1354912&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 21:18:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-pop-up-better-option-than-intersect-to-pull/m-p/1547789#M61911</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2024-10-10T21:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Pop-up: Better option than intersect to pull data from another layer</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/arcade-pop-up-better-option-than-intersect-to-pull/m-p/1547798#M61912</link>
      <description>&lt;P&gt;We do this, and have seen this problem as well. Possible solutions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Use &lt;STRONG&gt;Intersects(points, Centroid($feature))&lt;/STRONG&gt; to grab only the zone that falls under the center of the parcel. Works great unless the parcel has a wonky shape.&lt;/LI&gt;&lt;LI&gt;Use &lt;STRONG&gt;Intersects(points, Buffer($feature, -5))&lt;/STRONG&gt; to back off from the parcel edge a little.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;You could actually do both, too. You can check the truth of &lt;STRONG&gt;Intersects($feature, Centroid($feature))&lt;/STRONG&gt; to see if you have a wonky shape, then use the negative buffer, but default to the centroid method for "normal" parcel shapes.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 21:44:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/arcade-pop-up-better-option-than-intersect-to-pull/m-p/1547798#M61912</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2024-10-10T21:44:08Z</dc:date>
    </item>
  </channel>
</rss>

