<?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 Distance in Spatial Join in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/distance-in-spatial-join/m-p/538644#M17910</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to create a distance matrix between a number of polygons and a number of points that are within a certain distance from the polygons. I managed to get exactly what I needed by using the ArcToolbox function "spatial join" (in Analysis Tools / Overlay) EXCEPT for one important detail: the distance can only be added to the result when the match option "CLOSEST" is selected. If I choose the match option "INTERSECT" (which I have to do in order to get the result needed) the distance field name is greyed out and the distance is not added to the resulting layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have an idea how to get the distance between the polygons and the respective points?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So far, the attribute table of the resulting layer looks like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;id polygon 1 - id point a&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;id polygon 1 - id point b&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;id polygon 1 - id point c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;id polygon 2 - id point b&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;id polygon 2 - id point d&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;...and so on. It is important that double values are allowed. What I would need now is the distance in meters...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Claas, Hamburg, Germany&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 May 2014 08:31:47 GMT</pubDate>
    <dc:creator>ClaasWegner</dc:creator>
    <dc:date>2014-05-21T08:31:47Z</dc:date>
    <item>
      <title>Distance in Spatial Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/distance-in-spatial-join/m-p/538644#M17910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to create a distance matrix between a number of polygons and a number of points that are within a certain distance from the polygons. I managed to get exactly what I needed by using the ArcToolbox function "spatial join" (in Analysis Tools / Overlay) EXCEPT for one important detail: the distance can only be added to the result when the match option "CLOSEST" is selected. If I choose the match option "INTERSECT" (which I have to do in order to get the result needed) the distance field name is greyed out and the distance is not added to the resulting layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone have an idea how to get the distance between the polygons and the respective points?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So far, the attribute table of the resulting layer looks like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;id polygon 1 - id point a&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;id polygon 1 - id point b&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;id polygon 1 - id point c&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;id polygon 2 - id point b&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;id polygon 2 - id point d&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;...and so on. It is important that double values are allowed. What I would need now is the distance in meters...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help is appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Claas, Hamburg, Germany&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 08:31:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/distance-in-spatial-join/m-p/538644#M17910</guid>
      <dc:creator>ClaasWegner</dc:creator>
      <dc:date>2014-05-21T08:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Distance in Spatial Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/distance-in-spatial-join/m-p/538645#M17911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi there,&lt;BR /&gt;I am trying to create a distance matrix between a number of polygons and a number of points that are within a certain distance from the polygons. I managed to get exactly what I needed by using the ArcToolbox function "spatial join" (in Analysis Tools / Overlay) EXCEPT for one important detail: the distance can only be added to the result when the match option "CLOSEST" is selected. If I choose the match option "INTERSECT" (which I have to do in order to get the result needed) the distance field name is greyed out and the distance is not added to the resulting layer.&lt;BR /&gt;Does anyone have an idea how to get the distance between the polygons and the respective points?&lt;BR /&gt;So far, the attribute table of the resulting layer looks like this:&lt;BR /&gt;id polygon 1 - id point a&lt;BR /&gt;id polygon 1 - id point b&lt;BR /&gt;id polygon 1 - id point c&lt;BR /&gt;id polygon 2 - id point b&lt;BR /&gt;id polygon 2 - id point d&lt;BR /&gt;...and so on. It is important that double values are allowed. What I would need now is the distance in meters...&lt;BR /&gt;Any help is appreciated!&lt;BR /&gt;Thanks&lt;BR /&gt;Claas, Hamburg, Germany&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have an Advanced License use the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00080000001n000000"&gt;Generate Near Table&lt;/A&gt;&lt;SPAN&gt; tool in addition.&amp;nbsp; Then calculate a concatenation of the two ID numbers in a text field within delimiters like curly brackets or with a separator character like a comma in both the Spatial Join output and the Generate Neat Table output and join on that value.&amp;nbsp; An example join value would be "{1}{1}" or "1,1" for the first polygon and first point in each feature class if they were within the near distance.&amp;nbsp; Parenthesis do not work as delimiters for a text join value, because the join fails for most databases, so do not use them.&amp;nbsp; Be sure to index the join fields in both the polygons and the table to dramatically improve performance.&amp;nbsp; Then you can calculate over the distance values or export the joined features to create a combined attribute table for your polygon features.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 09:03:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/distance-in-spatial-join/m-p/538645#M17911</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2014-05-21T09:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Distance in Spatial Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/distance-in-spatial-join/m-p/538646#M17912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi rfairhur24,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks so much for your answer. Unfortunately I am only using a basic license. So I guess that won't work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you kindly anyway for your effort!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 10:32:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/distance-in-spatial-join/m-p/538646#M17912</guid>
      <dc:creator>ClaasWegner</dc:creator>
      <dc:date>2014-05-21T10:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Distance in Spatial Join</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/distance-in-spatial-join/m-p/538647#M17913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Perhaps one of the tools provided in &lt;/SPAN&gt;&lt;A href="http://www.ian-ko.com/"&gt;ET Geo Tools or ET Geo Wizards&lt;/A&gt;&lt;SPAN&gt; would do what you need.&amp;nbsp; It may require the paid version, but it is much cheaper than an Advanced License.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 12:22:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/distance-in-spatial-join/m-p/538647#M17913</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2014-05-21T12:22:59Z</dc:date>
    </item>
  </channel>
</rss>

