data.table::setDTthreads()
calls to all examples, tests, vignettes. See https://stat.ethz.ch/pipermail/r-package-devel/2023q3/thread.html#9454gtfs_transfer_table()
function now much faster due to re-coding in C++gtfs_isochrone()
function; now entirely
replaced by gtfs_traveltimes()
.gtfs_timetable()
modified to work on feeds which do not have "calendar.txt"transfer_times
function with updated dodgr match_pts_to_verts
fngtfs_route_headway()
function (#94; thanks to @zamirD123)gtfs_traveltimes()
to remove trips ending at start (#99; thanks to @viajerus)gtfs_traveltimes
function and deprecate gtfs_isochrone
grep_fixed
parameter to enable finer control
over station name matching; thanks to @polettif via #66 for the idea.geodist
to be moved from Suggests
to Imports
.route_pattern
arguments (to gtfs_route/isochrone/timetable()
functions)
can now be used to exclude specified patterns by prefixing them with "!" (see
#53)berlin_gtfs_to_zip()
function now returns the path to the GTFS zip file
it creates.max_transfers
parameter of gtfs_route()
function (see #47)gtfs_route_headway
to calculate headways for entire routes
between any nominated points (see #43)frequencies_to_stop_times
thanks to new co-author @stmarcin,
and new contributor @AlexandraKapptransfers.txt
now load rather than errorgtfs_transfer_table
makes transfer table for feeds which
contain no such table; see #14gtfs_route()
function now accepts multiple from
and to
values, and
returns a list of routes (see #28).extract_gtfs
has new parameter, stn_suffixes
, to enable specification of
any suffixes to be optionally removed from station IDs (#37; thanks to
AlexandraKapp).gtfs_route
fn (see #26)gtfs_route
accepts stop_id
values as well as stop_name
(see #26)gtfs_isochrone
accepts equivalent stop_id
values via from_is_id
parameter.gtfs_route
and gtfs_isochrone
accept (lon, lat) values for from and
to stations.gtfs_isochrone
returns stop_id
as well as stop_name
values (#29).gtfs_isochrone
returns arrival_time
for all mid-points (#30, #36; thanks to @AlexandraKapp)zip
archives on Windows OS fixedAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.