<?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: Near: How to get XY coordinates from BOTH shapefiles in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/near-how-to-get-xy-coordinates-from-both/m-p/1029326#M25221</link>
    <description>&lt;P&gt;Yeah! I totally understand! the diagram was not the best, but I really appreciate your time and answer as well! Thank you so much!&lt;/P&gt;</description>
    <pubDate>Mon, 22 Feb 2021 22:14:34 GMT</pubDate>
    <dc:creator>amelie_amelie</dc:creator>
    <dc:date>2021-02-22T22:14:34Z</dc:date>
    <item>
      <title>Near: How to get XY coordinates from BOTH shapefiles</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/near-how-to-get-xy-coordinates-from-both/m-p/1029285#M25215</link>
      <description>&lt;P&gt;Hi everyone!&amp;nbsp;&lt;BR /&gt;Hope everybody is doing well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the Near Tool to get the minimun distances in between some polygons (parcels) and some lines (roads).&lt;/P&gt;&lt;P&gt;Everything runs smooth and generate two new columns with the XY coordinates of the closest point of the road. But, I would like to get also the XY coordinates of the closest point for each polygon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(The pic shows how I get the minimum distance correctly and I have the XY (in blue) from the line...&lt;BR /&gt;And I would like to get the other XY coordinate (in yellow) as well)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone help me how to figure out this, please?. I guess the info is there but I don't know how to get it. Any clue will be appreciated. Thank you so much in advance!&lt;/P&gt;&lt;P&gt;I'm using&amp;nbsp;&lt;SPAN&gt;ArcGIS 10.2.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 20:07:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/near-how-to-get-xy-coordinates-from-both/m-p/1029285#M25215</guid>
      <dc:creator>amelie_amelie</dc:creator>
      <dc:date>2021-02-22T20:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Near: How to get XY coordinates from BOTH shapefiles</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/near-how-to-get-xy-coordinates-from-both/m-p/1029291#M25216</link>
      <description>&lt;P&gt;There may be an inbuilt way to do it, but you could just convert your first set of coordinates to a new point feature class (first create a new int field and field calculate the current OBJECTID values so they are mapped to the new feature class.&lt;/P&gt;&lt;P&gt;Do the same analysis with the new points and your polygons, then use the OBJECTID field to table join back to the original line feature class.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 20:21:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/near-how-to-get-xy-coordinates-from-both/m-p/1029291#M25216</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-02-22T20:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Near: How to get XY coordinates from BOTH shapefiles</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/near-how-to-get-xy-coordinates-from-both/m-p/1029293#M25217</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/generate-near-table.htm" target="_blank"&gt;Generate Near Table (Analysis)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;will give origin destination coordinates and a field to use for joining&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 20:31:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/near-how-to-get-xy-coordinates-from-both/m-p/1029293#M25217</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-02-22T20:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Near: How to get XY coordinates from BOTH shapefiles</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/near-how-to-get-xy-coordinates-from-both/m-p/1029308#M25218</link>
      <description>&lt;P&gt;Hi David! Thank you for your time!&lt;/P&gt;&lt;P&gt;I have been trying to do what you suggested but I didn't get the result. I am not sure if I haven't done it correctly.&lt;/P&gt;&lt;P&gt;What I did was:&lt;/P&gt;&lt;P&gt;- add the new field to the polygons layer&lt;BR /&gt;- Run the Near tool, and converted the first set of coordinates to points, (that belonged to the line but the columns were in the polygon table).&lt;BR /&gt;- Run again Near, with the new points and the polygons... but I don't get the coordinates of the polygon... again the same points of the line...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 21:31:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/near-how-to-get-xy-coordinates-from-both/m-p/1029308#M25218</guid>
      <dc:creator>amelie_amelie</dc:creator>
      <dc:date>2021-02-22T21:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Near: How to get XY coordinates from BOTH shapefiles</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/near-how-to-get-xy-coordinates-from-both/m-p/1029318#M25219</link>
      <description>&lt;P&gt;If the generate near table tool Dan mentioned can generate origin coords for the closest polygon edge, then I'd go with that instead tbh.&lt;/P&gt;&lt;P&gt;I think you've got things a bit mixed up, and the poor diagram doesn't help me conceptualize it either.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 21:58:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/near-how-to-get-xy-coordinates-from-both/m-p/1029318#M25219</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-02-22T21:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Near: How to get XY coordinates from BOTH shapefiles</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/near-how-to-get-xy-coordinates-from-both/m-p/1029324#M25220</link>
      <description>&lt;P&gt;Oh! That is perfect, Dan!&lt;/P&gt;&lt;P&gt;That is exactly what I was looking for! Thank you so much!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 22:13:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/near-how-to-get-xy-coordinates-from-both/m-p/1029324#M25220</guid>
      <dc:creator>amelie_amelie</dc:creator>
      <dc:date>2021-02-22T22:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Near: How to get XY coordinates from BOTH shapefiles</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/near-how-to-get-xy-coordinates-from-both/m-p/1029326#M25221</link>
      <description>&lt;P&gt;Yeah! I totally understand! the diagram was not the best, but I really appreciate your time and answer as well! Thank you so much!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 22:14:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/near-how-to-get-xy-coordinates-from-both/m-p/1029326#M25221</guid>
      <dc:creator>amelie_amelie</dc:creator>
      <dc:date>2021-02-22T22:14:34Z</dc:date>
    </item>
  </channel>
</rss>

