Skip to content

Freespeed of artifical links #238

Open
@pburla91

Description

Hi,

I generated a network from OSM and mapped GTFS onto the network. I realized that some artificial links have freespeed of 1.0. Upon inspection I realized that is because the setFreeSpeedBasedOnSchedule() method does not process certain links. If two stops are on the same link in the route, the following stops are never processed to calculate theoretical minimum speed as the linkId never matches the linkId associated with the next link (as the outer loop is over the links).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions