<?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: Count of point features existing within a certain distance from a line feature. in New to GIS Questions</title>
    <link>https://community.esri.com/t5/new-to-gis-questions/count-of-point-features-existing-within-a-certain/m-p/402529#M1096</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a few ways you could accomplish this.&amp;nbsp; Here is on.&amp;nbsp; First, use the Multi Ring Buffer command to create you distances.&amp;nbsp; Make sure you specify the units.&amp;nbsp; For my test, I created three lines, but select one to run the sample against.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" height="305" src="https://community.esri.com/legacyfs/online/130749_pastedImage_0.png" style="width: 465px; height: 304.5px;" width="465" /&gt;&lt;/P&gt;&lt;P&gt;Next, run the Intersect tool with the Points and the Buffers as input. (the red X in mycase is I already ran it and would have to change the output name)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image" height="306" src="https://community.esri.com/legacyfs/online/130750_pastedImage_1.png" style="width: 468px; height: 306.465px;" width="468" /&gt;-&lt;/P&gt;&lt;P&gt;Then run the Frequency statistics to get a count on the distance field&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-3 jive-image" height="299" src="https://community.esri.com/legacyfs/online/130751_pastedImage_2.png" style="width: 456px; height: 299.342px;" width="456" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output table and sample graphic&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-4" height="342" src="https://community.esri.com/legacyfs/online/130752_pastedImage_3.png" style="height: 342px; width: 438.953px;" width="439" /&gt;&lt;/P&gt;&lt;P&gt;Point count (frequency) within each buffer ring.&amp;nbsp; In this case 4 points within 10 km of my line, 7 between 10-20 Km of my line, etc. Is the Frequency table the output you are looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Oct 2015 00:45:51 GMT</pubDate>
    <dc:creator>RebeccaStrauch__GISP</dc:creator>
    <dc:date>2015-10-12T00:45:51Z</dc:date>
    <item>
      <title>Count of point features existing within a certain distance from a line feature.</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/count-of-point-features-existing-within-a-certain/m-p/402524#M1091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 16px;"&gt;I want to obtain the count of point features existing within a certain distance from a line feature. I only need the count, the output table I would like to see should look something like shown in the table below. I have tried using the generate near table tool, but the output in that case will have to be manually simplified to meet my requirements. Can anyone suggest me an easier way to generate an output in the format I tried to describe?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="258" style="border: 1px solid #c6c6c6; width: 362px; height: 171px;" width="360"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: left; background-color: #f2f2f2; color: #505050; padding: 6px;" valign="middle"&gt;&lt;STRONG&gt;FID&lt;BR /&gt;&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: left; background-color: #f2f2f2; color: #505050; padding: 6px;" valign="middle"&gt;&lt;STRONG&gt;Line_Feature_ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: left; background-color: #f2f2f2; color: #505050; padding: 6px;" valign="middle"&gt;&lt;STRONG&gt;Count of Point Features within the search distance&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;23&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;8&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;19&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;526&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;68&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 6px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;6&lt;/TD&gt;&lt;TD style="padding: 6px;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Oct 2015 20:45:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/count-of-point-features-existing-within-a-certain/m-p/402524#M1091</guid>
      <dc:creator>RaghunandanBaireddy1</dc:creator>
      <dc:date>2015-10-11T20:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Count of point features existing within a certain distance from a line feature.</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/count-of-point-features-existing-within-a-certain/m-p/402525#M1092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can generate the near in both directions, from points to line or reverse.&amp;nbsp; Also, what did you get as output?&amp;nbsp; Was that it?or the desired output.&amp;nbsp; It is not clear.&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 00:18:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/count-of-point-features-existing-within-a-certain/m-p/402525#M1092</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-10-12T00:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Count of point features existing within a certain distance from a line feature.</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/count-of-point-features-existing-within-a-certain/m-p/402526#M1093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raghunandan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try the following steps&lt;/P&gt;&lt;P&gt;1) Create a buffer using the line features with a specified linear distance.&lt;/P&gt;&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/desktop/latest/tools/analysis-toolbox/buffer.htm" title="https://desktop.arcgis.com/en/desktop/latest/tools/analysis-toolbox/buffer.htm"&gt;Buffer—Help | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2) Use spatial join to add the values of the buffer layer to the point layer. Join Operation parameter should be &lt;STRONG&gt;JOIN_ONE_TO_ONE (Edited)&lt;/STRONG&gt;. The output should be the point features containing the attributes of both the layers.&lt;/P&gt;&lt;P&gt;&lt;A href="https://desktop.arcgis.com/en/desktop/latest/tools/analysis-toolbox/spatial-join.htm" title="https://desktop.arcgis.com/en/desktop/latest/tools/analysis-toolbox/spatial-join.htm"&gt;Spatial Join—Help | ArcGIS for Desktop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3) Open the attribute table of Spatial_Join layer. Right-click the Line_Field_ID (as per your example), SUMMARIZE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="130681" alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/130681_pastedImage_3.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Specify an output table, and click OK. The resulting table should display the desired output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 00:35:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/count-of-point-features-existing-within-a-certain/m-p/402526#M1093</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2015-10-12T00:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Count of point features existing within a certain distance from a line feature.</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/count-of-point-features-existing-within-a-certain/m-p/402527#M1094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can all be done with a single tool, the &lt;A href="http://resources.arcgis.com/EN/HELP/MAIN/10.2/index.html#//00080000000q000000"&gt;Spatial Join tool.&lt;/A&gt;​&amp;nbsp; Use the JOIN_ONE_TO_ONE option, which will automatically create a count field for the join features. Set the lines as the target and the points as the join features.&amp;nbsp; Use the KEEP_ALL option to retain lines that have no points within the search tolerance, or the KEEP_COMMON option if you only want lines in the output that actually have points within the search radius. You can delete all fields from the Field map, since the tool will generate a TARGETID field in the output that retains the original line ObjectID value.&amp;nbsp; The INTERSECT match option should be fine.&amp;nbsp; Set the search radius to the distance around the line that you want (i.e., 100 feet).&amp;nbsp; The output will be a line feature class, which you can symbolize based on the Count. If you want just a table open the TableView and export it or select and copy the records into a spreadsheet if you just want a spreadsheet.&amp;nbsp; That should be it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="130754" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/130754_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Here is a sample input.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="130755" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/130755_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;And here is the output with the lines symbolized according to the point count.&amp;nbsp; You also retain the line length this way, which may be important for understanding the count:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="130756" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/130756_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;For better performance you should buffer the lines by 100 feet first, which will retain the line ObjectID in a field the Spatial Join tool can use.&amp;nbsp; Then use the buffers instead of the original lines with the above settings (except use a search radius of 0), then add a count field to the lines and join the Buffer ID to the original line ID and calculate back the point counts.&amp;nbsp; You do not want to do a JOIN_ONE_TO_MANY and summarize, as that is a wasted step.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 00:41:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/count-of-point-features-existing-within-a-certain/m-p/402527#M1094</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2015-10-12T00:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Count of point features existing within a certain distance from a line feature.</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/count-of-point-features-existing-within-a-certain/m-p/402528#M1095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I apologize for being ambiguous. Let me elaborate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I used the 'Generate Near Table' tool, I specified certain search distance and unchecked the 'Find closest feature only' option. So in the output table, I get the list of all points located within the search distance from each line, along with their ranks. For example if there are 10 points within a distance of 100 feet from a line (Whose FID is say, 15). I get 10 new rows (all related to this line with FID 15), in each row is the rank for every one of those 10 points. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps, this picture will explain what I am trying to say more effectively, This is how it is supposed to work right?&lt;IMG alt="Screenshot (14).png" class="image-1 jive-image" src="/legacyfs/online/130748_Screenshot (14).png" style="width: 620px; height: 349px;" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;However, I only need the count of those points, not the ranks and the extra rows they bring along. I need a simplified table which says a line with so-and-so FID has these many number of points located within a distance of 100 feet from it. Now, how can I get something like this? The table I posted along with my question is meant to serve as an example of what I am trying to obtain, I made it in excel, it is no product of ArcMap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 00:41:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/count-of-point-features-existing-within-a-certain/m-p/402528#M1095</guid>
      <dc:creator>RaghunandanBaireddy1</dc:creator>
      <dc:date>2015-10-12T00:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Count of point features existing within a certain distance from a line feature.</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/count-of-point-features-existing-within-a-certain/m-p/402529#M1096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a few ways you could accomplish this.&amp;nbsp; Here is on.&amp;nbsp; First, use the Multi Ring Buffer command to create you distances.&amp;nbsp; Make sure you specify the units.&amp;nbsp; For my test, I created three lines, but select one to run the sample against.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" height="305" src="https://community.esri.com/legacyfs/online/130749_pastedImage_0.png" style="width: 465px; height: 304.5px;" width="465" /&gt;&lt;/P&gt;&lt;P&gt;Next, run the Intersect tool with the Points and the Buffers as input. (the red X in mycase is I already ran it and would have to change the output name)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image" height="306" src="https://community.esri.com/legacyfs/online/130750_pastedImage_1.png" style="width: 468px; height: 306.465px;" width="468" /&gt;-&lt;/P&gt;&lt;P&gt;Then run the Frequency statistics to get a count on the distance field&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-3 jive-image" height="299" src="https://community.esri.com/legacyfs/online/130751_pastedImage_2.png" style="width: 456px; height: 299.342px;" width="456" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output table and sample graphic&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-4" height="342" src="https://community.esri.com/legacyfs/online/130752_pastedImage_3.png" style="height: 342px; width: 438.953px;" width="439" /&gt;&lt;/P&gt;&lt;P&gt;Point count (frequency) within each buffer ring.&amp;nbsp; In this case 4 points within 10 km of my line, 7 between 10-20 Km of my line, etc. Is the Frequency table the output you are looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 00:45:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/count-of-point-features-existing-within-a-certain/m-p/402529#M1096</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-10-12T00:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Count of point features existing within a certain distance from a line feature.</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/count-of-point-features-existing-within-a-certain/m-p/402530#M1097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Miss Strauch,&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked, this is exactly what I am looking for! Thank you so much for taking such pains to explain the process to me. I really appreciate it ma'm. Here is a screen-shot, I have drawn a red box around the specific part of results I am interested in. Thanks again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot (15).png" class="image-1 jive-image" src="/legacyfs/online/130753_Screenshot (15).png" style="width: 620px; height: 349px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 01:19:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/count-of-point-features-existing-within-a-certain/m-p/402530#M1097</guid>
      <dc:creator>RaghunandanBaireddy1</dc:creator>
      <dc:date>2015-10-12T01:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Count of point features existing within a certain distance from a line feature.</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/count-of-point-features-existing-within-a-certain/m-p/402531#M1098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Spatial Join.&amp;nbsp; It is the elegant solution to your problem.&amp;nbsp; Rebecca's solution may work, but it applies several unnecessary steps.&amp;nbsp; Try the Spatial Join and you will see that I am right..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 01:26:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/count-of-point-features-existing-within-a-certain/m-p/402531#M1098</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2015-10-12T01:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Count of point features existing within a certain distance from a line feature.</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/count-of-point-features-existing-within-a-certain/m-p/402532#M1099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Mr. Fairhurst,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for providing an elegant and effective solution to my problem. I have to work on several different line shapefiles and your solution made my work much easier. Thank you so much sir!&lt;BR /&gt;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 01:42:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/count-of-point-features-existing-within-a-certain/m-p/402532#M1099</guid>
      <dc:creator>RaghunandanBaireddy1</dc:creator>
      <dc:date>2015-10-12T01:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Count of point features existing within a certain distance from a line feature.</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/count-of-point-features-existing-within-a-certain/m-p/402533#M1100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Janta suggested that earlier.&amp;nbsp; Perhaps it didn't yield the same results as was desired or was obtained from Rebecca's solution.&amp;nbsp; A comparison and interpretation would be useful​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 01:43:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/count-of-point-features-existing-within-a-certain/m-p/402533#M1100</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-10-12T01:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Count of point features existing within a certain distance from a line feature.</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/count-of-point-features-existing-within-a-certain/m-p/402534#M1101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Mr.Patterson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used both the methods suggested in this thread to finish my task. They yielded slightly different end-results. Ms. Strauch's method did not include the information about the polylines which did not have any poins in proximity. Since my professor asked for a color coded map, Ms. Strauch's method will not fully serve my purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I did not face this problem with Mr.&lt;A href="https://community.esri.com/migrated-users/4811"&gt;Richard Fairhurst&lt;/A&gt; method, the result of that method included all polylines regardless of having points located within the search distance. This method worked best for me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are no other differences that I could observe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;BR /&gt;Raghu. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 02:10:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/count-of-point-features-existing-within-a-certain/m-p/402534#M1101</guid>
      <dc:creator>RaghunandanBaireddy1</dc:creator>
      <dc:date>2015-10-12T02:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Count of point features existing within a certain distance from a line feature.</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/count-of-point-features-existing-within-a-certain/m-p/402535#M1102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Jayanta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for chipping in. Mr. Fairhurst has provided a more refined version of your solution, I have used that method to successfully finish my work. Anyways, I appreciate your help. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 02:12:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/count-of-point-features-existing-within-a-certain/m-p/402535#M1102</guid>
      <dc:creator>RaghunandanBaireddy1</dc:creator>
      <dc:date>2015-10-12T02:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Count of point features existing within a certain distance from a line feature.</title>
      <link>https://community.esri.com/t5/new-to-gis-questions/count-of-point-features-existing-within-a-certain/m-p/402536#M1103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jayanta's original suggestion involved using the JOIN_ONE_TO_MANY option, which is not necessary.&amp;nbsp; He has since corrected it to be the JOIN_ONE_TO_ONE option, which is the best.&amp;nbsp; However, his suggestion to use the Summary step is not really necessary if the JOIN_ONE_TO_ONE option is used, since the features are already summarized with one record per line feature.&amp;nbsp; If I did not want a line feature class and just wanted a table with only the JoinCount and the TARGETID, I would just hide the Length field and export the table view to a table (dbf or gdb table).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 02:15:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/new-to-gis-questions/count-of-point-features-existing-within-a-certain/m-p/402536#M1103</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2015-10-12T02:15:26Z</dc:date>
    </item>
  </channel>
</rss>

