<?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: calculating the distance polygon to polygon in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculating-the-distance-polygon-to-polygon/m-p/419839#M5906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thank you very much&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Feb 2012 07:43:25 GMT</pubDate>
    <dc:creator>EzgiTok</dc:creator>
    <dc:date>2012-02-25T07:43:25Z</dc:date>
    <item>
      <title>calculating the distance polygon to polygon</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculating-the-distance-polygon-to-polygon/m-p/419836#M5903</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;l have a vector format of classified image of landsat tm. I am trying to calculate the distances, cell to nearest polygon edge in Arcmap 9.2. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;actually, l want to measure the distances from agricultural cells to industry, urban, road etc polygons. road and hydro layers are different.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;l added a jpeg for illustration&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;after this process i want to give a value for every cell according to the distances to the parameters&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;l hope l am doing it in a right way &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have any suggestions? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your time, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ezgi,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 07:32:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculating-the-distance-polygon-to-polygon/m-p/419836#M5903</guid>
      <dc:creator>EzgiTok</dc:creator>
      <dc:date>2012-02-08T07:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: calculating the distance polygon to polygon</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculating-the-distance-polygon-to-polygon/m-p/419837#M5904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As long as you have ArcInfo at 9.2, you should be able to use the &lt;/SPAN&gt;&lt;A href="http://webhelp.esri.com/arcgisdesktop/9.2/body.cfm?id=1111&amp;amp;pid=1107&amp;amp;topicname=Near%20%28Analysis%29&amp;amp;tocVisable=0"&gt;Near Tool &lt;/A&gt;&lt;SPAN&gt;for the analysis.&amp;nbsp; For your description you should probably split out the vector file by the different layers you are trying to determine the distance.&amp;nbsp; So one polygon layer will have agriculture, urban, or grass etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In terms of assigning a value to each cell, you could perhaps &lt;/SPAN&gt;&lt;A href="http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm?tocVisable=1&amp;amp;id=1306&amp;amp;pid=1304&amp;amp;topicname=Converting%20features%20to%20raster%20data&amp;amp;pid=1304"&gt;convert the polygon to a raster&lt;/A&gt;&lt;SPAN&gt; again and use the value for the distance created from the Near tool.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 10:55:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculating-the-distance-polygon-to-polygon/m-p/419837#M5904</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2012-02-10T10:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: calculating the distance polygon to polygon</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculating-the-distance-polygon-to-polygon/m-p/419838#M5905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Another option would be to use the Generate Near Table tool. The output of this tool is a table listing the distance from each feature in one feature class to the features of another. You could then join this table to your cell feature class.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 15:53:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculating-the-distance-polygon-to-polygon/m-p/419838#M5905</guid>
      <dc:creator>AnnaFischer1</dc:creator>
      <dc:date>2012-02-20T15:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: calculating the distance polygon to polygon</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculating-the-distance-polygon-to-polygon/m-p/419839#M5906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thank you very much&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2012 07:43:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/calculating-the-distance-polygon-to-polygon/m-p/419839#M5906</guid>
      <dc:creator>EzgiTok</dc:creator>
      <dc:date>2012-02-25T07:43:25Z</dc:date>
    </item>
  </channel>
</rss>

