Determining optimum shared school bus route to a single destination from multiple origin pointsCreating transfer edges in a multimodal network datasetMultimodal route analysis not yielding correct resultsFinding optimal network with python and network analyst in arcgis 10.0Map walking distance/time from transit stopscreating shortest route using line-segment layer as network locationsIdentify all continuous networks in a datasetWhy modelbuilder does not give the actual result?Navigating a road network and avoiding u-turnsAdding Cost to Shortest Path Finder in FMEWays to make network analyst prefer one type of path over the other while preserving accurate distance and velocity

How to check whether module is loaded with custom configurations?

When a wind turbine does not produce enough electricity how does the power company compensate for the loss?

Why is there an extra space when I type "ls" in the Desktop directory?

Proving a statement about real numbers

Why do we say ‘pairwise disjoint’, rather than ‘disjoint’?

Does an unused member variable take up memory?

Plausibility of Mushroom Buildings

Is it safe to abruptly remove Arduino power?

What problems would a superhuman have who's skin is constantly hot?

Is it possible to avoid unpacking when merging Association?

Rationale to prefer local variables over instance variables?

Doubts in understanding some concepts of potential energy

What is Tony Stark injecting into himself in Iron Man 3?

Having the player face themselves after the mid-game

Is it a Cyclops number? "Nobody" knows!

What do you call someone who likes to pick fights?

Minimizing with differential evolution

Shifting between bemols (flats) and diesis (sharps)in the key signature

Can one live in the U.S. and not use a credit card?

Expressing logarithmic equations without logs

Do items de-spawn?

Is a piano played in the same way as a harmonium?

Why does cron require MTA for logging?

Does "Until when" sound natural for native speakers?



Determining optimum shared school bus route to a single destination from multiple origin points


Creating transfer edges in a multimodal network datasetMultimodal route analysis not yielding correct resultsFinding optimal network with python and network analyst in arcgis 10.0Map walking distance/time from transit stopscreating shortest route using line-segment layer as network locationsIdentify all continuous networks in a datasetWhy modelbuilder does not give the actual result?Navigating a road network and avoiding u-turnsAdding Cost to Shortest Path Finder in FMEWays to make network analyst prefer one type of path over the other while preserving accurate distance and velocity













2















Using ArcGIS and the network analyst toolkit, I want to determine the path of an optimized walking school bus route to school. a walking school bus is essentially a system by which adult volunteers chaperone elementary school children along a pre-set pedestrian path, to help keep them safe from traffic hazards and busy intersections. the idea would be that students would, starting from home, travel to their nearest walking bus "stop", then take the walking bus all the way to school.



I have a very detailed pedestrian network for my study area. scaled cost barriers include intersection controls, areas with high crime. the walking bus would bypass most of these barriers



Is there a workflow that could help determine the optimum location for the walking bus route itself? Right now my process is as follows:



Using closest facility analysis I determine the shortest path to the school for each house, then look at the density of routes along each segment of the network using a spatial join and the join count to find common "corridors". I would then digitize a route visually along this.



This is obviously fairly imprecise, and relies heavily on human judgement. Is there a better way to go about this?










share|improve this question




























    2















    Using ArcGIS and the network analyst toolkit, I want to determine the path of an optimized walking school bus route to school. a walking school bus is essentially a system by which adult volunteers chaperone elementary school children along a pre-set pedestrian path, to help keep them safe from traffic hazards and busy intersections. the idea would be that students would, starting from home, travel to their nearest walking bus "stop", then take the walking bus all the way to school.



    I have a very detailed pedestrian network for my study area. scaled cost barriers include intersection controls, areas with high crime. the walking bus would bypass most of these barriers



    Is there a workflow that could help determine the optimum location for the walking bus route itself? Right now my process is as follows:



    Using closest facility analysis I determine the shortest path to the school for each house, then look at the density of routes along each segment of the network using a spatial join and the join count to find common "corridors". I would then digitize a route visually along this.



    This is obviously fairly imprecise, and relies heavily on human judgement. Is there a better way to go about this?










    share|improve this question


























      2












      2








      2








      Using ArcGIS and the network analyst toolkit, I want to determine the path of an optimized walking school bus route to school. a walking school bus is essentially a system by which adult volunteers chaperone elementary school children along a pre-set pedestrian path, to help keep them safe from traffic hazards and busy intersections. the idea would be that students would, starting from home, travel to their nearest walking bus "stop", then take the walking bus all the way to school.



      I have a very detailed pedestrian network for my study area. scaled cost barriers include intersection controls, areas with high crime. the walking bus would bypass most of these barriers



      Is there a workflow that could help determine the optimum location for the walking bus route itself? Right now my process is as follows:



      Using closest facility analysis I determine the shortest path to the school for each house, then look at the density of routes along each segment of the network using a spatial join and the join count to find common "corridors". I would then digitize a route visually along this.



      This is obviously fairly imprecise, and relies heavily on human judgement. Is there a better way to go about this?










      share|improve this question
















      Using ArcGIS and the network analyst toolkit, I want to determine the path of an optimized walking school bus route to school. a walking school bus is essentially a system by which adult volunteers chaperone elementary school children along a pre-set pedestrian path, to help keep them safe from traffic hazards and busy intersections. the idea would be that students would, starting from home, travel to their nearest walking bus "stop", then take the walking bus all the way to school.



      I have a very detailed pedestrian network for my study area. scaled cost barriers include intersection controls, areas with high crime. the walking bus would bypass most of these barriers



      Is there a workflow that could help determine the optimum location for the walking bus route itself? Right now my process is as follows:



      Using closest facility analysis I determine the shortest path to the school for each house, then look at the density of routes along each segment of the network using a spatial join and the join count to find common "corridors". I would then digitize a route visually along this.



      This is obviously fairly imprecise, and relies heavily on human judgement. Is there a better way to go about this?







      arcgis-desktop network-analyst network






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 4 hours ago









      Vince

      14.7k32749




      14.7k32749










      asked 6 hours ago









      AlexAlex

      606




      606




















          1 Answer
          1






          active

          oldest

          votes


















          2














          This looks like a Steiner tree problem. You'll need some programming to solve it.
          Picture below shows manually improved output of algorithm from networkX:



          enter image description here



          and I think computing "flow" in this network will bring you even closer to near optimal solution:



          enter image description here



          In this case SE student looks like a best candidate to start route.



          What you are doing will give you blurry pattern like that:



          enter image description here






          share|improve this answer

























          • thanks so much! I am however having a bit of trouble finding the paper that forms the source of the approximation they used - i am writing a paper myself and need to cite it. also, if you had any code you could share to speed me along i would be very grateful!. I do know python.

            – Alex
            10 mins ago










          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "79"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f315008%2fdetermining-optimum-shared-school-bus-route-to-a-single-destination-from-multipl%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          2














          This looks like a Steiner tree problem. You'll need some programming to solve it.
          Picture below shows manually improved output of algorithm from networkX:



          enter image description here



          and I think computing "flow" in this network will bring you even closer to near optimal solution:



          enter image description here



          In this case SE student looks like a best candidate to start route.



          What you are doing will give you blurry pattern like that:



          enter image description here






          share|improve this answer

























          • thanks so much! I am however having a bit of trouble finding the paper that forms the source of the approximation they used - i am writing a paper myself and need to cite it. also, if you had any code you could share to speed me along i would be very grateful!. I do know python.

            – Alex
            10 mins ago















          2














          This looks like a Steiner tree problem. You'll need some programming to solve it.
          Picture below shows manually improved output of algorithm from networkX:



          enter image description here



          and I think computing "flow" in this network will bring you even closer to near optimal solution:



          enter image description here



          In this case SE student looks like a best candidate to start route.



          What you are doing will give you blurry pattern like that:



          enter image description here






          share|improve this answer

























          • thanks so much! I am however having a bit of trouble finding the paper that forms the source of the approximation they used - i am writing a paper myself and need to cite it. also, if you had any code you could share to speed me along i would be very grateful!. I do know python.

            – Alex
            10 mins ago













          2












          2








          2







          This looks like a Steiner tree problem. You'll need some programming to solve it.
          Picture below shows manually improved output of algorithm from networkX:



          enter image description here



          and I think computing "flow" in this network will bring you even closer to near optimal solution:



          enter image description here



          In this case SE student looks like a best candidate to start route.



          What you are doing will give you blurry pattern like that:



          enter image description here






          share|improve this answer















          This looks like a Steiner tree problem. You'll need some programming to solve it.
          Picture below shows manually improved output of algorithm from networkX:



          enter image description here



          and I think computing "flow" in this network will bring you even closer to near optimal solution:



          enter image description here



          In this case SE student looks like a best candidate to start route.



          What you are doing will give you blurry pattern like that:



          enter image description here







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 4 hours ago

























          answered 4 hours ago









          FelixIPFelixIP

          16.4k11642




          16.4k11642












          • thanks so much! I am however having a bit of trouble finding the paper that forms the source of the approximation they used - i am writing a paper myself and need to cite it. also, if you had any code you could share to speed me along i would be very grateful!. I do know python.

            – Alex
            10 mins ago

















          • thanks so much! I am however having a bit of trouble finding the paper that forms the source of the approximation they used - i am writing a paper myself and need to cite it. also, if you had any code you could share to speed me along i would be very grateful!. I do know python.

            – Alex
            10 mins ago
















          thanks so much! I am however having a bit of trouble finding the paper that forms the source of the approximation they used - i am writing a paper myself and need to cite it. also, if you had any code you could share to speed me along i would be very grateful!. I do know python.

          – Alex
          10 mins ago





          thanks so much! I am however having a bit of trouble finding the paper that forms the source of the approximation they used - i am writing a paper myself and need to cite it. also, if you had any code you could share to speed me along i would be very grateful!. I do know python.

          – Alex
          10 mins ago

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Geographic Information Systems Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f315008%2fdetermining-optimum-shared-school-bus-route-to-a-single-destination-from-multipl%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

          Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

          Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»