<?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: Supermarket Accessibility in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/supermarket-accessibility/m-p/90744#M913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First 100 m?&amp;nbsp; Do you mean 1000 m?&amp;nbsp; It seems that your grid is a bit fine.&amp;nbsp; 100 m is a pretty small distance (and hence area) to be assessing market share or accessibility.&lt;/P&gt;&lt;P&gt;For the latter two you need to specify:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) the number of supermarkets within 100 FROM WHERE&lt;/P&gt;&lt;P&gt;3) the mean distance to the three nearest supermarkets from different chains&amp;nbsp; FROM WHERE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice FROM WHERE that means that these need origins.&amp;nbsp; THe number of supermarkets within 100 would imply from a particular location or the number of supermarkets with 100 meters of each other.&amp;nbsp; The latter case could consist of 10 stores located 99 m apart in a linear fashion along a road.&amp;nbsp; technically they meet your condition but the last store will be 1000m from the first ie stores like x&amp;nbsp; x&amp;nbsp; x &lt;/P&gt;&lt;P&gt;or do you want 100 of one another like&lt;/P&gt;&lt;P&gt;&amp;nbsp; x&lt;/P&gt;&lt;P&gt;x&amp;nbsp; x&lt;/P&gt;&lt;P&gt;forming a triangle (continue for other geometries)&lt;/P&gt;&lt;P&gt;or do you want 100 from a person's house?&lt;/P&gt;&lt;P&gt;You will need to clarify.&amp;nbsp; An I am assuming that you want the network distance and not the simple Euclidean distance.&lt;/P&gt;&lt;P&gt;And have you considered travel time?&amp;nbsp; perhaps a store that is a little further away but accessible by bus may take less time than walking.&lt;/P&gt;&lt;P&gt;Just some initial thoughts...but all doable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jun 2015 11:05:00 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2015-06-12T11:05:00Z</dc:date>
    <item>
      <title>Supermarket Accessibility</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/supermarket-accessibility/m-p/90743#M912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's been a while since I worked with arcGIS, and I know what I want to do should be easy, but I'm struggling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My goal is to determine the supermarket accessibility in the Municipality of Amsterdam. I have all the files ready to go:&lt;/P&gt;&lt;P&gt;- the area is divided into grids of 100x100m&lt;/P&gt;&lt;P&gt;- the locations of all supermarkets are geocoded&lt;/P&gt;&lt;P&gt;- a suitable network dataset &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Via the Network Dataset I want to get (from the center of the grids) for each grid&lt;/P&gt;&lt;P&gt;1) the distance to the nearest supermarket&lt;/P&gt;&lt;P&gt;2) the number of supermarkets within 1.000m&lt;/P&gt;&lt;P&gt;3) the mean distance to the three nearest supermarkets from different chains&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first one I managed to do simply with the Closest Facility option. With the second and the third I'm struggling. I hope somebody can help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 10:34:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/supermarket-accessibility/m-p/90743#M912</guid>
      <dc:creator>BjornSchadenberg</dc:creator>
      <dc:date>2015-06-12T10:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Supermarket Accessibility</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/supermarket-accessibility/m-p/90744#M913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First 100 m?&amp;nbsp; Do you mean 1000 m?&amp;nbsp; It seems that your grid is a bit fine.&amp;nbsp; 100 m is a pretty small distance (and hence area) to be assessing market share or accessibility.&lt;/P&gt;&lt;P&gt;For the latter two you need to specify:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) the number of supermarkets within 100 FROM WHERE&lt;/P&gt;&lt;P&gt;3) the mean distance to the three nearest supermarkets from different chains&amp;nbsp; FROM WHERE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice FROM WHERE that means that these need origins.&amp;nbsp; THe number of supermarkets within 100 would imply from a particular location or the number of supermarkets with 100 meters of each other.&amp;nbsp; The latter case could consist of 10 stores located 99 m apart in a linear fashion along a road.&amp;nbsp; technically they meet your condition but the last store will be 1000m from the first ie stores like x&amp;nbsp; x&amp;nbsp; x &lt;/P&gt;&lt;P&gt;or do you want 100 of one another like&lt;/P&gt;&lt;P&gt;&amp;nbsp; x&lt;/P&gt;&lt;P&gt;x&amp;nbsp; x&lt;/P&gt;&lt;P&gt;forming a triangle (continue for other geometries)&lt;/P&gt;&lt;P&gt;or do you want 100 from a person's house?&lt;/P&gt;&lt;P&gt;You will need to clarify.&amp;nbsp; An I am assuming that you want the network distance and not the simple Euclidean distance.&lt;/P&gt;&lt;P&gt;And have you considered travel time?&amp;nbsp; perhaps a store that is a little further away but accessible by bus may take less time than walking.&lt;/P&gt;&lt;P&gt;Just some initial thoughts...but all doable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 11:05:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/supermarket-accessibility/m-p/90744#M913</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-06-12T11:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Supermarket Accessibility</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/supermarket-accessibility/m-p/90745#M914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry, I seems my story wasn't clear enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The grids are a proxy of small neighborhoods. All the measures I want from the geographic center of the grids.&lt;/P&gt;&lt;P&gt;So to clarify;&lt;/P&gt;&lt;P&gt;1) I want from each geographic center of each grid the distance in meters to the nearest supermarket along the the network&lt;/P&gt;&lt;P&gt;2) I want from each geographic center of each grid the number of supermarket within 1.000 meter along the network&lt;/P&gt;&lt;P&gt;3) I want from each geographic center of each grid the mean distance to the nearest three different-chain supermarkets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the first accessibility measure, in the closest facility option, I put the supermarket locations as facilities, and the geographic centers of the grids as incidents.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 11:48:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/supermarket-accessibility/m-p/90745#M914</guid>
      <dc:creator>BjornSchadenberg</dc:creator>
      <dc:date>2015-06-12T11:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Supermarket Accessibility</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/supermarket-accessibility/m-p/90746#M915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It appears that you just need Euclidean statistics, so with a combination of the Near tool, spatial joins (join by spatial location you should be able to summarize your results.&amp;nbsp; If you need network distances, then the locations should be within close proximity of a road and you can perform spatial allocation from the grid centers, then a summarize operation to determine the number of stores that fall within the network "buffer" which of course won't be circular but will be formed by the concave hull of the routes radiating from the node.&amp;nbsp; That's all I can think of now, a picture might twig some other thoughts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 12:28:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/supermarket-accessibility/m-p/90746#M915</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-06-12T12:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Supermarket Accessibility</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/supermarket-accessibility/m-p/90747#M916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First off, thanks for taking the time for helping me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the printscreen, you can see my grids of 100x100 meters (there are some socioeconomic variables attached to these grids that I want to use later on in my analysis). The dots are the supermarket locations, and in the background you can see the road network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;If you need network distances, then the locations should be within close proximity of a road and you can perform spatial allocation from the grid centers, then a summarize operation to determine the number of stores that fall within the network "buffer" which of course won't be circular but will be formed by the concave hull of the routes radiating from the node." -&amp;gt; This seems perfect for my second accessibility measure, could you maybe give a more step by step explanation?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Printscreen.jpg" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/108976_Printscreen.jpg" style="width: 620px; height: 388px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 12:40:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/supermarket-accessibility/m-p/90747#M916</guid>
      <dc:creator>BjornSchadenberg</dc:creator>
      <dc:date>2015-06-12T12:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Supermarket Accessibility</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/supermarket-accessibility/m-p/90748#M917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might have a look at the &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/About_the_ArcGIS_Network_Analyst_extension_tutorial/00470000005r000000/"&gt;Network Analyst tutorials&lt;/A&gt; first&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 13:50:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/supermarket-accessibility/m-p/90748#M917</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-06-12T13:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Supermarket Accessibility</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/supermarket-accessibility/m-p/90749#M918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bjorn.&amp;nbsp; You should be able to use the Network Analyst tools to solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;1) I want from each geographic center of each grid the distance in meters to the nearest supermarket along the the network&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;^ Use Closest Facility, as you've already discovered.&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;2) I want from each geographic center of each grid the number of supermarket within 1.000 meter along the network&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;^ You can do this using the OD Cost Matrix tool.&amp;nbsp; You would put in all the grid centroids as Origins and the supermarkets as Destinations.&amp;nbsp; Use the "default cutoff" setting to set your 1000-meter limit.&amp;nbsp; The results will be a list of travel distances from each origin to each supermarket within that 1000-meter cutoff, and you can just summarize the output table to calculate the number of supermarkets reached for each grid centroid.&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;3) I want from each geographic center of each grid the mean distance to the nearest three different-chain supermarkets.&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;^ This one is harder.&amp;nbsp; I think you'll have to do this in multiple stages.&amp;nbsp; You probably need to do a Closest Facility analysis for each supermarket chain separately.&amp;nbsp; If you have 6 different chains, then you do 6 different Closest Facility analyses.&amp;nbsp; Then you manually choose the three closest for each grid centroid and take the average of those three.&amp;nbsp; If you're doing that analysis over and over again, you could automate that process with Model Builder or a python script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 15:18:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/supermarket-accessibility/m-p/90749#M918</guid>
      <dc:creator>MelindaMorang</dc:creator>
      <dc:date>2015-06-12T15:18:34Z</dc:date>
    </item>
  </channel>
</rss>

