-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The current version of the function returns the same vector data that was extracted using osm_extract. Later in the process, when traffic counts are assigned to the road links, some long links with multiple junctions are assigned the same flow value, or in some cases multiple counts are valid for sections of the same OSM link.
The following is an example in Hull, the link with osm_id = 83912501 covers a long section of Beverly Road and there are multiple counts.
An alternative solution would be producing a new network with dodgr_to_sf after processing the OSM data within the extract_from_osm function.
graph <- dodgr::weight_streetnet(network)
network <- dodgr::dodgr_to_sf(graph)
graph <- dodgr::dodgr_contract_graph(graph)
This would require an additional step when the counts are bi-directional as in the DfT dataset.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels