Nothing
Major changes
get_path_pair
, get_isochrone
, get_detour
and get_multi_paths
are now multithreadedget_distance_pair
and get_distance_matrix
, for both normal and contracted network, and multithreadedMinor changes
get_path_pair
and get_multi_paths
: node sequence listed from origin
to destination
node.Major changes
RcppParallel
package instead of parallel
Minor changes
long
and keep
for get_path_pair
, get_isochrone
and get_multi_paths
functions allcores
option for get_detour
function cpp_simplify
function makegraph
functionMajor changes
cpp_simplify
, get_detour
and to_df
Minor changes
get_distance_pair
and get_path_pair
: verify that origin / destination nodes are present in the graph before running c++ functionget_distance_pair
and get_path_pair
Rd. files : clearer explanation about the choice between algorithmsget_distance_matrix
function : if length(to) < length(from) then Dijkstra algorithm is ran from destination nodes on reversed graphFirst CRAN release
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.