<?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 NEAR Tool Help in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/near-tool-help/m-p/131698#M4543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am new to ArcGIS, and I need some help with the use of the NEAR tool. I've created a shapefile that has a country border, and another shapefile with a set of points inside the country. They are in the same coordinate system and I use the UTM format (since I understand that it preserves distance measures).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to use the NEAR tool to find the distance between each of the points and the nearest border. The input features are the set of points, and the near feature is the border. However, when I run the NEAR tool, the distance calculated is always zero. I've tried using different search radii but the result in the same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please help. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jul 2011 12:45:33 GMT</pubDate>
    <dc:creator>HarishSP</dc:creator>
    <dc:date>2011-07-04T12:45:33Z</dc:date>
    <item>
      <title>NEAR Tool Help</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/near-tool-help/m-p/131698#M4543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am new to ArcGIS, and I need some help with the use of the NEAR tool. I've created a shapefile that has a country border, and another shapefile with a set of points inside the country. They are in the same coordinate system and I use the UTM format (since I understand that it preserves distance measures).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to use the NEAR tool to find the distance between each of the points and the nearest border. The input features are the set of points, and the near feature is the border. However, when I run the NEAR tool, the distance calculated is always zero. I've tried using different search radii but the result in the same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please help. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2011 12:45:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/near-tool-help/m-p/131698#M4543</guid>
      <dc:creator>HarishSP</dc:creator>
      <dc:date>2011-07-04T12:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: NEAR Tool Help</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/near-tool-help/m-p/131699#M4544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I assume your borders are polygons. Near tool returns 0 distance because your points are inside their own polygons. You can try the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Run the Generate Near Table tool, specifying 2 for the "Maximum number of closest matches". The resulting table should contain two rows for each of the points: one row with a Near_DIST 0 and the other with a non-zero Near_DIST value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Use Select By Attribute to select Near_DIST &amp;gt; 0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Use Join Field tool to join the selected table rows with the points; you should be able to get the NERA_FID and NEAR_DIST fields transferred to the points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you need to know what are the shared borders, that would require more analysis. Is that your case?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 05:12:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/near-tool-help/m-p/131699#M4544</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2011-07-07T05:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: NEAR Tool Help</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/near-tool-help/m-p/131700#M4545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks! This is very useful. I will try it now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I assume your borders are polygons. Near tool returns 0 distance because your points are inside their own polygons. You can try the following:&lt;BR /&gt;&lt;BR /&gt;1. Run the Generate Near Table tool, specifying 2 for the "Maximum number of closest matches". The resulting table should contain two rows for each of the points: one row with a Near_DIST 0 and the other with a non-zero Near_DIST value.&lt;BR /&gt;2. Use Select By Attribute to select Near_DIST &amp;gt; 0.&lt;BR /&gt;3. Use Join Field tool to join the selected table rows with the points; you should be able to get the NERA_FID and NEAR_DIST fields transferred to the points.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;If you need to know what are the shared borders, that would require more analysis. Is that your case?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 08:19:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/near-tool-help/m-p/131700#M4545</guid>
      <dc:creator>HarishSP</dc:creator>
      <dc:date>2011-07-07T08:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: NEAR Tool Help</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/near-tool-help/m-p/131701#M4546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you have ArcInfo licensing, you can use the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//001700000039000000.htm"&gt;Feature to Line &lt;/A&gt;&lt;SPAN&gt;tool to make border lines, then Near to find the distances.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 14:34:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/near-tool-help/m-p/131701#M4546</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2011-07-07T14:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: NEAR Tool Help</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/near-tool-help/m-p/131702#M4547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Perhaps the Generate Near Table gives you the same distance as you get from Near to the border lines.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was thinking Polygon To Line which gives you the Left_/Right_IDs on the output lines, if you need further information on the shared border lines. Do you need to analyze anything on the shared border lines? I am actually looking for a use case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 15:32:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/near-tool-help/m-p/131702#M4547</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2011-07-07T15:32:34Z</dc:date>
    </item>
  </channel>
</rss>

