Harry

Results 5 issues of Harry

This has been taken upstream from ipeaGIT/r5r#512 Currently one can adjust road speeds through passing into R5 a table of osm_id and max_speed variables to override the PBF data. However,...

The current new_carspeeds parameter assigns a single new speed to edges associated with each osm_id. However, suppose you had average speed data that differed by direction, which is generally the...

A useful feature for the travel_time_matrix() and arrival_travel_time_matrix() functions (and perhaps others which I don't use) would be to keep track of secondary variables and provide them as an additional...

wontfix

This change adds additional functionality to the dodgr_components() function, where a new Boolean flag `strong` will cause the function to find the strong components of a directed graph. Thus, the...

dodgr_components() identifies the semi-connected components of a directed graph, i.e. the disjoint subgraphs with a path existing from i to j OR from j to i for each i-j pair....