CRAN version 0.1.2
Major changes:
- New function
dodgr_to_igraph weight_streetnetis now a method, with implementations for objects of
classes.sfand.sc.- New function
weight_railwayto weight a network for railway routing. dodgr_distsimplements Dijkstra paths with std::set sorting through new
optiondodgr_dists(..., heap = "set")(It's slower than others, but good for
sake of completeness).
Minor changes:
- Various modifications that should result in notable speed gains
dodgr_streetnetnow accepts polygonalbboxargument, and uses
osmdata::trim_osmdatato trim resultant network to within that polygon
(issue #50).- Extended examples for
weight_streetnetand dodgr_flows_aggregateto include a non-OSM example fromstplanr::routes_fast` (issue #45).