Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example 5: Optimal route for public transport stops #5

Open
jachym opened this issue Feb 2, 2018 · 1 comment
Open

Example 5: Optimal route for public transport stops #5

jachym opened this issue Feb 2, 2018 · 1 comment

Comments

@jachym
Copy link

jachym commented Feb 2, 2018

In order to prepare the analyses of optimizing routes to the nearest public
transport stop the users can use the tools available through QGIS such as
Buffer, Optimal route and Heatmap. The analytical process consists in
determining the zones around the object, determining the shortest path
between the point and the stop (tram, bus), and determining the intensity
oft the phenomenon. The layers that will be used for analytical purposes will
be the linear layer: roads and point layers: tram, bus stops.

@jachym
Copy link
Author

jachym commented Feb 2, 2018

I doubt, which "phenomenon" is mentioned here. The shortest path to some stop can be pre-calculated again using "network allocation" algorithm, as described for example in https://grass.osgeo.org/grass74/manuals/v.net.alloc.html#examples

Anyway, we need imported street network data in the database as well as the data with public transport stops and shortest path search algorithm. This tool is implemented in most of the GIS packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant