<?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: Spatial analysis in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/spatial-analysis/m-p/516695#M17138</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Riyas. Let me try and get back to you soon (if there is any problem) and if not I will close the question by 'Correct Answer'. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Sep 2014 11:06:18 GMT</pubDate>
    <dc:creator>MORTEZAFIROUZI</dc:creator>
    <dc:date>2014-09-11T11:06:18Z</dc:date>
    <item>
      <title>Spatial analysis</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-analysis/m-p/516691#M17134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear users,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;I am using ArcGIS 10.0. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;I have a layer including 1,000 stations (points) and I need &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="line-height: 1.5;"&gt;name (ID) of &lt;/SPAN&gt;neighbor&lt;/STRONG&gt;&lt;SPAN style="line-height: 1.5;"&gt;&lt;STRONG&gt; stations&amp;nbsp; in a specific radius for each station&lt;/STRONG&gt;. I've tried all &lt;STRONG&gt;PROXIMITY&lt;/STRONG&gt; options in Arctoolbox, but the outputs were not what I expected.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;I was told that I have to use the excel to do it, but I &lt;/SPAN&gt;believe&lt;SPAN style="line-height: 1.5;"&gt; it has a simple way in ArcGIS. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;Thanks in advance &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 08:32:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-analysis/m-p/516691#M17134</guid>
      <dc:creator>MORTEZAFIROUZI</dc:creator>
      <dc:date>2014-09-11T08:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial analysis</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-analysis/m-p/516692#M17135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Morteza,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use Generate near tool &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00080000001n000000" title="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00080000001n000000"&gt;ArcGIS Desktop&lt;/A&gt; and layer joins to achieve this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use your station layer as both input and near features. Set Find only closest feature. This will create a table with NEAR_FID column.&lt;/P&gt;&lt;P&gt;Next Join this table with your layer on NEAR_FID and your layer's OBJECTID. &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Joining_attributes_in_one_table_to_another/005s0000002q000000/" title="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Joining_attributes_in_one_table_to_another/005s0000002q000000/"&gt;ArcGIS Desktop&lt;/A&gt; This join will give you your nearest station ID. Export IN_FID and station ID to separate table.&lt;/P&gt;&lt;P&gt;Next join the exported table to your source layer (remember to clear previous join) on layer's OBJECTID and IN_FID. This will give the nearest station for your station.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 09:25:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-analysis/m-p/516692#M17135</guid>
      <dc:creator>RiyasDeen</dc:creator>
      <dc:date>2014-09-11T09:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial analysis</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-analysis/m-p/516693#M17136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Riyas,&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;So, please let me extend my question in this way.&lt;/P&gt;&lt;P&gt;What if I want it in &lt;STRONG&gt;more than one specific distance&lt;/STRONG&gt; (not only the nearest)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 09:42:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-analysis/m-p/516693#M17136</guid>
      <dc:creator>MORTEZAFIROUZI</dc:creator>
      <dc:date>2014-09-11T09:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial analysis</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-analysis/m-p/516694#M17137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case, you can uncheck find closest feature option and provide value of maximum number of closest feature to 2 (or any number you want). And follow the same process above to relate your station to nearest station.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When your relation becomes 1:n then you may want to explore relationship class &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//004t00000007000000" title="http://resources.arcgis.com/en/help/main/10.1/index.html#//004t00000007000000"&gt;ArcGIS Help 10.1&lt;/A&gt; .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 10:25:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-analysis/m-p/516694#M17137</guid>
      <dc:creator>RiyasDeen</dc:creator>
      <dc:date>2014-09-11T10:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial analysis</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-analysis/m-p/516695#M17138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Riyas. Let me try and get back to you soon (if there is any problem) and if not I will close the question by 'Correct Answer'. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 11:06:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-analysis/m-p/516695#M17138</guid>
      <dc:creator>MORTEZAFIROUZI</dc:creator>
      <dc:date>2014-09-11T11:06:18Z</dc:date>
    </item>
  </channel>
</rss>

