Skip to content

Multimodal graph linking not working? #153

Description

@HTenkanen

Hi again @kuanb,

I continued digging around (see #124) and tested using the existing_graph -parameter to link walking and PT graphs together. I found that the stops around transit areas are connected together, but edges that would link stops to road network does not seem to work (as in the example below). Is this expected behavior?

image

The code that I used to produce the graph is:

G = pt.load_feed_as_graph(feed, start, end, 
                                 walk_speed_kmph=walk_speed,
                                 impute_walk_transfers=False,
                                 use_multiprocessing=True,
                                 existing_graph=walk_graph)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions