Skip to content

Help with school bus routing on a map with known bus stop coordinates #11

Open
@AsharFatmi

Description

I want to generate all the Routes for a school with the following given data:-

  • Capacity of the busses
  • Location [lat,lng] of the school
  • Location [lat,lng] of all the stops.

I need to generate the most optimal routes based on the stops, so was thinking of applying heuristics for the solution (Gillet & Miller Sweep heuristic).
All [Lat, Lng] data are available.

  • Blue Marker in the map is the school Location
  • Yellow Markers are the Stops

RouteGenIssue
?

How can I use the VeRyPy for this ?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions