<?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: Is Spatial Join the correct tool here? in Spatial Data Science Questions</title>
    <link>https://community.esri.com/t5/spatial-data-science-questions/is-spatial-join-the-correct-tool-here/m-p/590810#M1324</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Spatial join&lt;/P&gt;&lt;P&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/spatial-join.htm"&gt;http://pro.arcgis.com/en/pro-app/tool-reference/analysis/spatial-join.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;perhaps you could try to join the polylines to the points, then save as a layer file (see the join options one-to-many) to get the polyline attributes into the point file.&amp;nbsp; If that is successful, then an attribute 'relate' will get the attributes associated with the original polyline file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is only one-to-one or one-to-many for spatial joins, you want 'many-to-one' which isn't supported, so you will have to try the workaround or decide what information is critical. &amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternately, you could reconfigure your table so produce segmented polylines from your input point sequence which would require a bit of coding&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Apr 2018 19:03:22 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2018-04-09T19:03:22Z</dc:date>
    <item>
      <title>Is Spatial Join the correct tool here?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/is-spatial-join-the-correct-tool-here/m-p/590809#M1323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a feature layer (via_GNSS) that contains a bunch of points collected with a GPS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/400927_01.JPG" style="width: 620px; height: 218px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I have another layer (split_original) with many polylines connecting all of those points, creating a "path":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/400934_02.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Here is the data view with these two layers activated:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-3 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/400935_03.JPG" style="width: 620px; height: 320px;" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Like you can see, each polyline has two points that are associated with it. How can I "transfer" the attribute&amp;nbsp;fields of&amp;nbsp;each pair of points&amp;nbsp;to&amp;nbsp;its&amp;nbsp;associated polyline? With Spatial Join, I could only manage to get two rows for each polyline, each one containing the attributes of one of the points. I would like to have ONE row for each polyline, but in that row I want information of both points. Is it possible through the Spatial Join tool? If it's not, how can I do that? Thanks everyone.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 18:44:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/is-spatial-join-the-correct-tool-here/m-p/590809#M1323</guid>
      <dc:creator>YuriAndrade</dc:creator>
      <dc:date>2018-04-09T18:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is Spatial Join the correct tool here?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/is-spatial-join-the-correct-tool-here/m-p/590810#M1324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Spatial join&lt;/P&gt;&lt;P&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/spatial-join.htm"&gt;http://pro.arcgis.com/en/pro-app/tool-reference/analysis/spatial-join.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;perhaps you could try to join the polylines to the points, then save as a layer file (see the join options one-to-many) to get the polyline attributes into the point file.&amp;nbsp; If that is successful, then an attribute 'relate' will get the attributes associated with the original polyline file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is only one-to-one or one-to-many for spatial joins, you want 'many-to-one' which isn't supported, so you will have to try the workaround or decide what information is critical. &amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternately, you could reconfigure your table so produce segmented polylines from your input point sequence which would require a bit of coding&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 19:03:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/is-spatial-join-the-correct-tool-here/m-p/590810#M1324</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-04-09T19:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is Spatial Join the correct tool here?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/is-spatial-join-the-correct-tool-here/m-p/590811#M1325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the quick reply Dan.&lt;/P&gt;&lt;P&gt;The reason why I want that "many-to-one" tool, is because I want to create a new field and use the "field calculator" to operate data from both points. Is there any way to use field calculator to operate data from two different rows (without coding)? That would also solve my problem. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 19:22:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/is-spatial-join-the-correct-tool-here/m-p/590811#M1325</guid>
      <dc:creator>YuriAndrade</dc:creator>
      <dc:date>2018-04-09T19:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is Spatial Join the correct tool here?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/is-spatial-join-the-correct-tool-here/m-p/590812#M1326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the FIDS from one represented the other you could do a table join.&amp;nbsp; However, if it is as small as 235 you have shown it may be simpler and quicker to simply go through one at a time and copy and paste the attributes. if that is what you want to end up with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Spatial join may end up with errors especially where the slope changes quite a bit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 19:28:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/is-spatial-join-the-correct-tool-here/m-p/590812#M1326</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2018-04-09T19:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is Spatial Join the correct tool here?</title>
      <link>https://community.esri.com/t5/spatial-data-science-questions/is-spatial-join-the-correct-tool-here/m-p/590813#M1327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this help you? &lt;A class="link-titled" href="https://esriaustraliatechblog.wordpress.com/2015/06/22/spatial-joins-hidden-trick-or-how-to-transfer-attribute-values-in-a-one-to-many-relationship/" title="https://esriaustraliatechblog.wordpress.com/2015/06/22/spatial-joins-hidden-trick-or-how-to-transfer-attribute-values-in-a-one-to-many-relationship/"&gt;Spatial Join’s hidden trick or how to transfer attribute values in a One to Many relationship | Esri Australia Technical…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 19:50:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/spatial-data-science-questions/is-spatial-join-the-correct-tool-here/m-p/590813#M1327</guid>
      <dc:creator>JohnSobetzer</dc:creator>
      <dc:date>2018-04-09T19:50:20Z</dc:date>
    </item>
  </channel>
</rss>

