You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New function dodgr_flowmap() plots maps of flows. Currently only writes .png files, because large networks can not be effectively plotted on graphic devices.
dodgr_flows() has option to routes flows from a set of source origins to all points in a network, attenuated by distance from those origins.
dodgr_to_sf() converts a spatially-explicit dodgr graph into Simple Features (sf) format.
Minor changes:
match_pts_to_graph() now accepts Simple Features (sf) collections of sfc_POINT objects to be matched.