plaza_routing.business package

Submodules

plaza_routing.business.plaza_route_finder module

plaza_routing.business.plaza_route_finder.find_route(start, destination, departure, precise_public_transport_stops)[source]
Return type:dict

plaza_routing.business.public_transport_connection_finder module

plaza_routing.business.public_transport_connection_finder.get_public_transport_connection(start_uic_ref, destination, departure)[source]
Return type:dict
plaza_routing.business.public_transport_connection_finder.get_public_transport_stops(start)[source]
Return type:dict
plaza_routing.business.public_transport_connection_finder.optimize_public_transport_connection(public_transport_connection)[source]

retrieves accurate coordinates for the public transport stops in each leg

Return type:dict

plaza_routing.business.walking_route_finder module

plaza_routing.business.walking_route_finder.get_walking_route(start, destination)[source]

returns the walking route for a start and destination based on a routing strategy

Return type:dict

Module contents