<?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 Join Tool in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186694#M6370</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Could you describe why or how using JOIN_ONE_TO_ONE didn't work for you? Did you get an output? Did the output have a field named Join_Count?&lt;BR /&gt;&lt;BR /&gt;About the frequency output table, I understand it is a table, no features. I suggested that you try Join Field tool (Data Management toolbox - Joins toolset). You should specify the following:&lt;BR /&gt;&lt;BR /&gt;Input Table - specify your points (the shapefile)&lt;BR /&gt;Input Join Field - Select FID&lt;BR /&gt;Join Table - specify the output table of Frequency&lt;BR /&gt;Output Join Field - select the FID field&lt;BR /&gt;Join Fields (optional) - check the box labeled FREQUENCY&lt;BR /&gt;&lt;BR /&gt;Click OK to run the Join Field tool. This process transfers the FREQUENCY field from the output table of Frequency to the point shapefile. You can now right-click the point layer, go to the Layer Properties - Labels to label the FREQUENCY field; this is the count you wanted. Does it work?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan..Sorry It took me long time to reply to your post. It has been crazy week already. As to your question why using join_one_to_One didn't work, it is beacuse it won't let me specify my 500 meters distance to the nearest grocery store. That is why I used your second suggestion ( One_to_Many option). I followed your steps strictly, but unfortunately I didn't get what I wanted, that is, the number of grocery stores within this 500 meters. The join_count field has 1's only for the entire area records (25583 records). I don't think this is true because I have only 276 grocery stores. The frequency field has just one field with the value of 2 and the rest is zeros. I thought&amp;nbsp; the spatial join tool would give me the total number of grocery stores for each 500 meters distance. But so far I didn't. Any tips, appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Apr 2012 14:50:26 GMT</pubDate>
    <dc:creator>ABDALLAMOHAMED</dc:creator>
    <dc:date>2012-04-18T14:50:26Z</dc:date>
    <item>
      <title>Spatial Join Tool</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186685#M6361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hello.. I have&amp;nbsp; regular points in a shapefile, with 30 feet apart from each other. I wanted to spatially join these points with my geocoded grocery stores shapefile to find out how many grocery stores in 500 meters threshold from these points. That is, I wanted to count the number of grocery stores within 500 meters from each point..I used the spatial join tool between these points and grocery stores, but I couldn't get it to tell the exact number of stores wihin the limit of 500 meters.Any help? Appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 16:46:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186685#M6361</guid>
      <dc:creator>ABDALLAMOHAMED</dc:creator>
      <dc:date>2012-04-11T16:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Join Tool</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186686#M6362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you use the default Join Operation, the output should contain a field, Join_Count, which tells you how many are found/matched.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you use the JOIN_ONE_TO_MANY option, the output will contain multiple records for the same point, one for each match found. You can then use the Frequency tool (Analysis toolbox - Statistics toolset) with the target point features FID field as the Frequency Field. The resulting table contains the count for each unique FID.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 17:38:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186686#M6362</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2012-04-11T17:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Join Tool</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186687#M6363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dan..It works fine and I got the count of my stores..Now the question is how&amp;nbsp; to map this table. I wanted to map it so that I can see the number of stores on the map..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any Hint..Appreciated..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 18:31:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186687#M6363</guid>
      <dc:creator>ABDALLAMOHAMED</dc:creator>
      <dc:date>2012-04-11T18:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Join Tool</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186688#M6364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can read about Labels in Layer Properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00s500000031000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00s500000031000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Right-click a layer and choose "Properties...";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Click Labels tab, check the box "Label features in this layer"; select your Join_Count field from the field list.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Set the color, font, etc.; then press OK.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should see the count numbers by your points.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 20:19:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186688#M6364</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2012-04-11T20:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Join Tool</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186689#M6365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is no Label tab when I right click on the layer and choose property..I think because the table is An Info table. I was trying to convert it to a shapefile or something but I couldn't..Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 20:29:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186689#M6365</guid>
      <dc:creator>ABDALLAMOHAMED</dc:creator>
      <dc:date>2012-04-11T20:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Join Tool</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186690#M6366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I thought you used my first suggestion and got the Join_Count field. Did you try this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you used my second suggestion - using Frequency tool, you can try Join Field to join your points with the frequency table by the common field, the point FID. Now you should have a point feature class with the count (from Frequency output).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 20:35:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186690#M6366</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2012-04-11T20:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Join Tool</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186691#M6367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, i tried your first suggestion but didn't work like the second suggestion, that is, use One-to-many option. This one works find and then I used the frequency too and I got the count of store with each ID. The problem the frequency tool output is Info table, not shapefile, that is why it is hard to map it...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 21:19:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186691#M6367</guid>
      <dc:creator>ABDALLAMOHAMED</dc:creator>
      <dc:date>2012-04-11T21:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Join Tool</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186692#M6368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could you describe why or how using JOIN_ONE_TO_ONE didn't work for you? Did you get an output? Did the output have a field named Join_Count?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;About the frequency output table, I understand it is a table, no features. I suggested that you try Join Field tool (Data Management toolbox - Joins toolset). You should specify the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Input Table - specify your points (the shapefile)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Input Join Field - Select FID&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Join Table - specify the output table of Frequency&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Output Join Field - select the FID field&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Join Fields (optional) - check the box labeled FREQUENCY&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Click OK to run the Join Field tool. This process transfers the FREQUENCY field from the output table of Frequency to the point shapefile. You can now right-click the point layer, go to the Layer Properties - Labels to label the FREQUENCY field; this is the count you wanted. Does it work?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2012 21:48:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186692#M6368</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2012-04-11T21:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Join Tool</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186693#M6369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If you use the default Join Operation, the output should contain a field, Join_Count, which tells you how many are found/matched.&lt;BR /&gt;&lt;BR /&gt;If you use the JOIN_ONE_TO_MANY option, the output will contain multiple records for the same point, one for each match found. You can then use the Frequency tool (Analysis toolbox - Statistics toolset) with the target point features FID field as the Frequency Field. The resulting table contains the count for each unique FID.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For a one-to-many spatial join, we can right-click on the target layer in the TOC, set up the spatial join, and receive an output Join_Count for the closest points. One tool: goal accomplished. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yet, from the spatial analysis toolbox we have to run a Spatial Join, then Frequency, then join the frequency table to the target layer.&amp;nbsp; This is a complicated process for something that can already be accomplished by arcMap in one tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Am I missing something? I'd really like to incorporate this process into a model, and thus am curious how I can make the spatial join toolbox tool work like the TOC spatial join.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Joanna&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 05:52:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186693#M6369</guid>
      <dc:creator>JoannaMerson</dc:creator>
      <dc:date>2012-04-16T05:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Join Tool</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186694#M6370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Could you describe why or how using JOIN_ONE_TO_ONE didn't work for you? Did you get an output? Did the output have a field named Join_Count?&lt;BR /&gt;&lt;BR /&gt;About the frequency output table, I understand it is a table, no features. I suggested that you try Join Field tool (Data Management toolbox - Joins toolset). You should specify the following:&lt;BR /&gt;&lt;BR /&gt;Input Table - specify your points (the shapefile)&lt;BR /&gt;Input Join Field - Select FID&lt;BR /&gt;Join Table - specify the output table of Frequency&lt;BR /&gt;Output Join Field - select the FID field&lt;BR /&gt;Join Fields (optional) - check the box labeled FREQUENCY&lt;BR /&gt;&lt;BR /&gt;Click OK to run the Join Field tool. This process transfers the FREQUENCY field from the output table of Frequency to the point shapefile. You can now right-click the point layer, go to the Layer Properties - Labels to label the FREQUENCY field; this is the count you wanted. Does it work?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan..Sorry It took me long time to reply to your post. It has been crazy week already. As to your question why using join_one_to_One didn't work, it is beacuse it won't let me specify my 500 meters distance to the nearest grocery store. That is why I used your second suggestion ( One_to_Many option). I followed your steps strictly, but unfortunately I didn't get what I wanted, that is, the number of grocery stores within this 500 meters. The join_count field has 1's only for the entire area records (25583 records). I don't think this is true because I have only 276 grocery stores. The frequency field has just one field with the value of 2 and the rest is zeros. I thought&amp;nbsp; the spatial join tool would give me the total number of grocery stores for each 500 meters distance. But so far I didn't. Any tips, appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 14:50:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186694#M6370</guid>
      <dc:creator>ABDALLAMOHAMED</dc:creator>
      <dc:date>2012-04-18T14:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Join Tool</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186695#M6371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Joanna,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Analysis tool, Spatial Join, with JOIN_ONE_TO_ONE option should give you the the JOIN_COUNT field in the output. That is the one-step tool. If it doesn't give you the correct count, please share a sample data; we can investigate. What version of ArcGIS are you using?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ABDALLA,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry about my delay; I was on vacation. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using the JOIN_ONE_TO_ONE option, could you describe why "it won't let me specify my 500 meters distance to the nearest grocery store"? What happened when you specify 500 meters for the Search Radius? Did you give you any error message? I need more detail. Or if possible please share a sample data. Let me know what version of ArcGIS you are using. This should work; you really shouldn't need the workaround.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 21:34:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186695#M6371</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2012-04-26T21:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Join Tool</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186696#M6372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How are you guys going with this? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another way that may help:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Buffer all points to polygons of specified radius (say 500 feet? or whatever you wanted to count the stores within). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should get the same amount of polygons as search points. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do a spatial join using these polygons to count all the stores within these new polygons. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Join those polygons to the original point layer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Each point should now have the total amount of shops within the radius in the attributes somewhere. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Crack open a stubbie.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;P&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2012 00:27:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186696#M6372</guid>
      <dc:creator>PhillipRofe</dc:creator>
      <dc:date>2012-04-30T00:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Join Tool</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186697#M6373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dan..I'm using ArcMap 10. When I tried to assign my 500 meters, the only option I have is "Intersect", the other options "Within" and "Contain" are grayed (Not enabled). I do not think "Intersect" option is correct, I need to use either "within" or "contain" to find the number of grocery stores within 500 meters. I have a total of 176 grocery stores, and around 283,000 points that I wanted to join them spatially.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2012 18:05:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186697#M6373</guid>
      <dc:creator>ABDALLAMOHAMED</dc:creator>
      <dc:date>2012-04-30T18:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Join Tool</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186698#M6374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ABDALLA,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I assumed your stores are also points. So, even INTERSECT option should work. Can you specify 500m for INTERSECT to run the tool? Do you get the Join_Count? When you specify a Search Radius for INTERSECT, any features found within that distance are considered intersected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What license level do you have for ArcGIS 10? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you using any Service Pack of ArcGIS 10?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2012 20:14:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186698#M6374</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2012-04-30T20:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Join Tool</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186699#M6375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;ABDALLA,&lt;BR /&gt;&lt;BR /&gt;I assumed your stores are also points. So, even INTERSECT option should work. Can you specify 500m for INTERSECT to run the tool? Do you get the Join_Count? When you specify a Search Radius for INTERSECT, any features found within that distance are considered intersected.&lt;BR /&gt;&lt;BR /&gt;What license level do you have for ArcGIS 10? &lt;BR /&gt;Are you using any Service Pack of ArcGIS 10?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan..I really don't know what license level I have, and don't know if we have any service Pack. This is done by the IT department, and we are just endusers. However, this is a federal government computers and I assume they have the best level of license..As for my question, I have about 176 grovery stores, and about 25,583 points.. Both of them are points. I wanted to spatially join them together to find out how many grocery stores within the limit of 500 meters from each point..When I specified 500m for INTERESECT, the joint_count has a value of 1s (one) for all the 25,583 points..I beleive that is not correct, because I have only 176 stores. My understanding is that I should have something like the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Point Id 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; has 2 grocery stores&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;point id 3 has 5 grocery stores&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and so on until the last store.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is just an example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2012 16:26:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186699#M6375</guid>
      <dc:creator>ABDALLAMOHAMED</dc:creator>
      <dc:date>2012-05-01T16:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Join Tool</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186700#M6376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ABDALLA,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I asked about the license level and SP because I thought that might be why some Match Options were greyed out. Now that you have confirmed that both inputs are points; that explains why the CONTAINS and WITHIN options are grayed out becasue they don't apply to points inputs. So, no worries about license level and SPs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you run the tool with the following parameter settings?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Use your points (25,583 points) as Target Features and the stores (176 points) as the Join Features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - For Join Operation, use JOIN_ONE_TO_ONE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Check the checkbox "Keep All Target Features".&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - For Match Option, use INTERSECT.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - For Search Radius, enter 500 Meters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If so, your output should have 25,583 points and the Join_Count field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - If the value of Join_Count for a point is 0, no store is found within 500m to the point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - If the value of Join_Count for a point is greater than 0, that number of stores are found within 500m to the point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure why you said: "I beleive that is not correct, because I have only 176 stores". I don't think that you expect 176 records in the output, did you?&amp;nbsp; You have 25,583 points in the output; some of them have found the same store.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You said: "the joint_count has a value of 1s (one) for all the 25,583 points". Can you share an image of your data where a point should find 2 or more stores?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another thing to make sure: both of your inputs should be in the same coordinate system. You can check it by right-clicking the data - Properties - Coordinate System.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2012 18:25:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/spatial-join-tool/m-p/186700#M6376</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2012-05-01T18:25:37Z</dc:date>
    </item>
  </channel>
</rss>

