<?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 Counting points in buffers in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320816#M18354</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Up until now, everyone on this forum has saved my bacon, so I thougt I would try my luck again! I am counting facilites (points) within buffers using spatial joing and sum, the problem, however, is this: when I do a 'blind eye' count, the count is 2, for example, in buffer A yet when I look at the spatial join count it shows as 10! Could someone suggest why this would occur? The points are listed as "multipoints" in the geography type, would this distort the count and if yes, how do I rectify this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 Sep 2016 08:10:46 GMT</pubDate>
    <dc:creator>ErikaMartino</dc:creator>
    <dc:date>2016-09-25T08:10:46Z</dc:date>
    <item>
      <title>Counting points in buffers</title>
      <link>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320816#M18354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Up until now, everyone on this forum has saved my bacon, so I thougt I would try my luck again! I am counting facilites (points) within buffers using spatial joing and sum, the problem, however, is this: when I do a 'blind eye' count, the count is 2, for example, in buffer A yet when I look at the spatial join count it shows as 10! Could someone suggest why this would occur? The points are listed as "multipoints" in the geography type, would this distort the count and if yes, how do I rectify this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Sep 2016 08:10:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320816#M18354</guid>
      <dc:creator>ErikaMartino</dc:creator>
      <dc:date>2016-09-25T08:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Counting points in buffers</title>
      <link>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320817#M18355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The multipoint geometry could be causing the issue. The geometry should be "point".&lt;/P&gt;&lt;P&gt;Use the following steps to convert the above data to point feature class.&lt;/P&gt;&lt;P&gt;1. Add two new fields in the attribute table, viz., "X" and "Y". Calculate the respective X and Y coordinates using &lt;EM&gt;CALCULATE GEOMETRY&lt;/EM&gt;. Choose "Decimal Degrees" as units.&lt;/P&gt;&lt;P&gt;2. Using Table to Excel tool, convert the table to Excel.&lt;/P&gt;&lt;P&gt;3. Open the excel file in MS Excel. Delete the Geometry field.&lt;/P&gt;&lt;P&gt;4. In ArcMap, File &amp;gt; Add Data &amp;gt; Add XY data. Use appropriate spatial reference (e.g. GCS_WGS_1984 or any other appropriate GCS).&lt;/P&gt;&lt;P&gt;5. Export the Event layer to a Feature class/shapefile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then try&amp;nbsp;the Spatial Join once again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Sep 2016 08:42:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320817#M18355</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2016-09-25T08:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Counting points in buffers</title>
      <link>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320818#M18356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;blow the file apart using&amp;nbsp;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/multipart-to-singlepart.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/data-management-toolbox/multipart-to-singlepart.htm"&gt;Multipart To Singlepart—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;things are never as they appear, so don't rely on your eyes... always check the geometry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Sep 2016 11:52:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320818#M18356</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-09-25T11:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Counting points in buffers</title>
      <link>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320819#M18357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both, there goes a week of analysis, at least now I know what the issue was!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Sep 2016 22:35:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320819#M18357</guid>
      <dc:creator>ErikaMartino</dc:creator>
      <dc:date>2016-09-25T22:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Counting points in buffers</title>
      <link>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320820#M18358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, would this method also work;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://support.esri.com/technical-article/000007983" title="http://support.esri.com/technical-article/000007983"&gt;How To: Convert a multipoint feature class into a point feature class&lt;/A&gt; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Sep 2016 22:38:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320820#M18358</guid>
      <dc:creator>ErikaMartino</dc:creator>
      <dc:date>2016-09-25T22:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Counting points in buffers</title>
      <link>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320821#M18359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One last question: I am using Network Analyst to find the nearest distance to a park from a resident's location (i have converted the park polygons to line and then vertices). I keep getting this error? Could someone suggest an alternate?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/234173_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Sep 2016 23:03:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320821#M18359</guid>
      <dc:creator>ErikaMartino</dc:creator>
      <dc:date>2016-09-25T23:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Counting points in buffers</title>
      <link>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320822#M18360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why not use the builtin tool? &amp;nbsp;are you using an old version of arcmap (ie 9.3 or less as per the link you sent)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Sep 2016 23:06:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320822#M18360</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-09-25T23:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Counting points in buffers</title>
      <link>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320823#M18361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is referring to the road network not the facilities you should have had a shape field in the FC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Sep 2016 23:08:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320823#M18361</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-09-25T23:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Counting points in buffers</title>
      <link>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320824#M18362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for prompt response - I have setup a network dataset (shape file) that has streets and junctions, however, when I go into the properties toolbar to change the attributes of the network the only attribute listed is length, with no time component. Could you offer advice on how I might fix this? The XY are the resident locations, the greenspace file is the vertices of the green space, however, the network dataset is coming up as an error? The distance is the length, but why do I need to assign time to this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/234226_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 01:17:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320824#M18362</guid>
      <dc:creator>ErikaMartino</dc:creator>
      <dc:date>2016-09-26T01:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Counting points in buffers</title>
      <link>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320825#M18363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the simplest way is to add a field and calculate time from an assumed speed of traversal.&lt;/P&gt;&lt;P&gt;Consider the simplest idea, that the speed 'limit' is 50 km/hour. &amp;nbsp;You can calculate the time of traversal for a segment of a 'shape' from its length. &amp;nbsp;So if you have a 1 km road, how long do you think it would take you in minutes or seconds to traverse that road segment? &amp;nbsp;You can categorize your mode of transportation and/or road (read, network edges) according to a 'limit'. &amp;nbsp;This obviously &amp;nbsp;explains why the shortest path need not be the fastest since various routes to a destination from an origin can have different physical lengths and a 'temporal length'.&lt;/P&gt;&lt;P&gt;So you will have to add this constraint into your analysis, either keeping it simple, or categorizing your 'roads/edges/routes/paths' accordingly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 01:48:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320825#M18363</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-09-26T01:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Counting points in buffers</title>
      <link>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320826#M18364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hi Dan,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thank you as always for speedy reply. Could you detail the step by step process I would need to undertake to do this? I am not per se interested in speed / time, however, I have googled the process and tried to add time but the analysis keeps failing, see below, I have added parameters and evaluators (at least I think I have!) and still not working. Any advice would be very helpful. Neither data inputs have a time table, which I have tried to add using field calculator but it won't give me that option...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/234251_pastedImage_1.png" /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;IMG alt="" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/234252_pastedImage_2.png" /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 02:27:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320826#M18364</guid>
      <dc:creator>ErikaMartino</dc:creator>
      <dc:date>2016-09-26T02:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Counting points in buffers</title>
      <link>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320827#M18365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You missed my point... you have to add a time field to your table, and calculate time from the Shape length (aka distance) and some 'speed limit'. &amp;nbsp;if you have distance, distance/unit time you can calculate time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 02:53:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320827#M18365</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-09-26T02:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Counting points in buffers</title>
      <link>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320828#M18366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to add a time field in my table but I can't use field calculator to set a time, see blue... (eg. (length/mph*60)). I can't input that formula for some reason...&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/234280_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 03:51:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320828#M18366</guid>
      <dc:creator>ErikaMartino</dc:creator>
      <dc:date>2016-09-26T03:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Counting points in buffers</title>
      <link>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320829#M18367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set up a new network dataset and was able to apply a speed limit of 60p.h, however, when I run find nearest facility, still no output &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt; (see left column)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/234295_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 04:42:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320829#M18367</guid>
      <dc:creator>ErikaMartino</dc:creator>
      <dc:date>2016-09-26T04:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Counting points in buffers</title>
      <link>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320830#M18368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not seeing a proper road network... the map isn't import right now.... did you calculate the required values in a field and use that field as suggested.... this is getting off topic as well. You should branch this whole network issue, since the thread and its title have diverged some time ago&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 08:03:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/counting-points-in-buffers/m-p/320830#M18368</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-09-26T08:03:41Z</dc:date>
    </item>
  </channel>
</rss>

