<?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 Finding Closest Distance Between Points in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/finding-closest-distance-between-points/m-p/356886#M12353</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a .shp file representing global shipping ports. Basically I want to find which two ports or points are closest. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the first stage of an analysis and I would be happy to settle with this. On the off chance someone has a solution however, there is a slightly more complicated dynamic:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The crux of the matter is that the ports have to be closest to each other on the sea, so any distances calculated over land wouldn't suffice.. I'm assuming I would have to use come continental shapefile as a barrier to distance calculations, but I'm in the dark as to how I should go about this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally, the port data I have is incredibly accurate and the majority of continental .shp files I have downloaded so far aren't. So when I try and marry the two together quite often the sea ports appear to fall inland on some of the continents. If anyone can recommend a high resolution continent shapefile that would correspond with the accuracy of my port data I would also really appreciate it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jonty Knox&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Sep 2011 13:33:58 GMT</pubDate>
    <dc:creator>JontyKnox</dc:creator>
    <dc:date>2011-09-30T13:33:58Z</dc:date>
    <item>
      <title>Finding Closest Distance Between Points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/finding-closest-distance-between-points/m-p/356886#M12353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a .shp file representing global shipping ports. Basically I want to find which two ports or points are closest. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the first stage of an analysis and I would be happy to settle with this. On the off chance someone has a solution however, there is a slightly more complicated dynamic:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The crux of the matter is that the ports have to be closest to each other on the sea, so any distances calculated over land wouldn't suffice.. I'm assuming I would have to use come continental shapefile as a barrier to distance calculations, but I'm in the dark as to how I should go about this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally, the port data I have is incredibly accurate and the majority of continental .shp files I have downloaded so far aren't. So when I try and marry the two together quite often the sea ports appear to fall inland on some of the continents. If anyone can recommend a high resolution continent shapefile that would correspond with the accuracy of my port data I would also really appreciate it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jonty Knox&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 13:33:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/finding-closest-distance-between-points/m-p/356886#M12353</guid>
      <dc:creator>JontyKnox</dc:creator>
      <dc:date>2011-09-30T13:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Closest Distance Between Points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/finding-closest-distance-between-points/m-p/356887#M12354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'd suggest treating this as a &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Creating_the_least_cost_path/009z00000021000000/"&gt;Least Cost Path Analysis&lt;/A&gt;&lt;SPAN&gt;, where travelling over land is prohibitively costly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 21:06:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/finding-closest-distance-between-points/m-p/356887#M12354</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2011-09-30T21:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Closest Distance Between Points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/finding-closest-distance-between-points/m-p/356888#M12355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That worked fine for that element of the project but I have another similar step that I'm struggling with: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Essentially I have two different Point .shp files and I need to find the nearest neighbors to one point shapefile using the other. For example, I have 7 species sightings at various locations and I need to identify the nearest ports to those species sightings. The nearest neighbor tools in Arc only allow for one .shp file input, not the two .shp files I require in this case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Jonty&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2011 14:04:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/finding-closest-distance-between-points/m-p/356888#M12355</guid>
      <dc:creator>JontyKnox</dc:creator>
      <dc:date>2011-10-12T14:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Closest Distance Between Points</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/finding-closest-distance-between-points/m-p/356889#M12356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you tried the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00080000001q000000.htm"&gt;Near &lt;/A&gt;&lt;SPAN&gt;tool? Requires ArcInfo.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 17:50:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/finding-closest-distance-between-points/m-p/356889#M12356</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2011-10-13T17:50:31Z</dc:date>
    </item>
  </channel>
</rss>

