<?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: Does GeoAccessor or GeoSeriesAccessor have join nearest? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/does-geoaccessor-or-geoseriesaccessor-have-join/m-p/1123921#M63174</link>
    <description>&lt;P&gt;Yeah, I've been all over the documentation as first resort, but of course, I might be missing something.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.features.analysis.html?highlight=#arcgis.features.analysis.find_nearest" target="_self" rel="nofollow noopener noreferrer"&gt;Features Join&lt;/A&gt;&lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html?highlight=join#arcgis.features.GeoAccessor.join" target="_self" rel="nofollow noopener noreferrer"&gt;Geoaccessor join&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Geoaccessor join would be ideal, however its operations are limited to&amp;nbsp;intersects&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;within&lt;SPAN&gt;, and&amp;nbsp;&lt;/SPAN&gt;contains.&amp;nbsp; Missing is closest and dozens of other operations.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.features.analysis.html?highlight=#arcgis.features.analysis.find_nearest" target="_self" rel="nofollow noopener noreferrer"&gt;Features Find Nearest&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It is not clear that arcgis.features.analysis.find_nearest&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class=""&gt;analysis_layer&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class=""&gt;near_layer&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN&gt;,....&lt;/SPAN&gt; accepts SEDF as input/output.&amp;nbsp; Would need to see example of exactly how to do this.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;</description>
    <pubDate>Wed, 08 Dec 2021 17:39:02 GMT</pubDate>
    <dc:creator>TylerT</dc:creator>
    <dc:date>2021-12-08T17:39:02Z</dc:date>
    <item>
      <title>Does GeoAccessor or GeoSeriesAccessor have join nearest?</title>
      <link>https://community.esri.com/t5/python-questions/does-geoaccessor-or-geoseriesaccessor-have-join/m-p/1123003#M63153</link>
      <description>&lt;P&gt;I have two spatially enabled data frames and am looking to join 1:1 inner via nearest feature, then result in new data frame.&lt;/P&gt;&lt;P&gt;If&amp;nbsp;GeoAccessor or GeoSeriesAccessor do not support, are there any suggested workarounds?&amp;nbsp; I would prefer not to kick out any layers and just stay in memory.&amp;nbsp; Maybe something with shapely.&amp;nbsp; Any ideas would be appreciated?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 16:46:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/does-geoaccessor-or-geoseriesaccessor-have-join/m-p/1123003#M63153</guid>
      <dc:creator>TylerT</dc:creator>
      <dc:date>2021-12-06T16:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Does GeoAccessor or GeoSeriesAccessor have join nearest?</title>
      <link>https://community.esri.com/t5/python-questions/does-geoaccessor-or-geoseriesaccessor-have-join/m-p/1123074#M63156</link>
      <description>&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.features.analysis.html?highlight=#arcgis.features.analysis.find_nearest" target="_self"&gt;Features Join&lt;/A&gt;&lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html?highlight=join#arcgis.features.GeoAccessor.join" target="_self"&gt;Geoaccessor join&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.features.analysis.html?highlight=#arcgis.features.analysis.find_nearest" target="_self"&gt;Features Find Nearest&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You may have to search around by keyword in the documentation to find a match if those aren't appropriate&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 18:21:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/does-geoaccessor-or-geoseriesaccessor-have-join/m-p/1123074#M63156</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-12-06T18:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Does GeoAccessor or GeoSeriesAccessor have join nearest?</title>
      <link>https://community.esri.com/t5/python-questions/does-geoaccessor-or-geoseriesaccessor-have-join/m-p/1123921#M63174</link>
      <description>&lt;P&gt;Yeah, I've been all over the documentation as first resort, but of course, I might be missing something.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.features.analysis.html?highlight=#arcgis.features.analysis.find_nearest" target="_self" rel="nofollow noopener noreferrer"&gt;Features Join&lt;/A&gt;&lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html?highlight=join#arcgis.features.GeoAccessor.join" target="_self" rel="nofollow noopener noreferrer"&gt;Geoaccessor join&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Geoaccessor join would be ideal, however its operations are limited to&amp;nbsp;intersects&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;within&lt;SPAN&gt;, and&amp;nbsp;&lt;/SPAN&gt;contains.&amp;nbsp; Missing is closest and dozens of other operations.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.features.analysis.html?highlight=#arcgis.features.analysis.find_nearest" target="_self" rel="nofollow noopener noreferrer"&gt;Features Find Nearest&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It is not clear that arcgis.features.analysis.find_nearest&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class=""&gt;analysis_layer&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class=""&gt;near_layer&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN&gt;,....&lt;/SPAN&gt; accepts SEDF as input/output.&amp;nbsp; Would need to see example of exactly how to do this.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 17:39:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/does-geoaccessor-or-geoseriesaccessor-have-join/m-p/1123921#M63174</guid>
      <dc:creator>TylerT</dc:creator>
      <dc:date>2021-12-08T17:39:02Z</dc:date>
    </item>
  </channel>
</rss>

