v0.6.0
v0.6.0
Major changes
-
Updated R5 to version 6.4. Closes #182.
-
Significant performance improvements in all functions, due to a faster method
for consolidating outputs. Closes #180 -
New function
transit_network_to_sf()
, to extract the public transport network
from R5 as simple features. Closes #179 -
New
progress
parameter in theaccessibility()
,travel_time_matrix
, and
detailed_itineraries()
functions, to show or hide the progress counter
indicator. Closes #186 -
Created new support function
java_to_dt()
and removed dependency on thejdx
package. Closes #206 -
Reduced r5r's internet dependency quite considerably. Internet is now only required to download the latest R5 jar if it hasn't been downloaded before. Closes #197.
-
Added two new parameters
breakdown
andbreakdown_stat
to thetravel_time_matrix()
. This allows users to breakdown the travel time information by trip subcomponents (access time, waiting time, traveling time etc). It allows one to extract more information but it makes computation time slower. Closes #194
Minor changes
- New
setup_r5()
parameter,overwrite
, that forces the building of a newnetwork.dat
, even if one already exists. - Improved documentation of parameter
departure_datetime
to clarify the parameter must be set to local time. Closes #188 - Improved documentation regarding personalized LTS values. Closes #190.
- Improved documentation of
transit_network_to_sf()
regarding stops that are not snapped to road network. Closes #192. - Improved documentation of
max_walking_dist
andmax_cycling_dist
parameters. Closes #193. - Started raising an error if the CRS of origins/destinations is not WGS 84. Closes #201.