Major changes:
gtfs_traveltimes
function and deprecate
gtfs_isochrone
Minor changes:
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)Major changes:
gtfs_route_headway
to calculate headways
for entire routes between any nominated points (see #43)Major changes:
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).Minor changes:
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
fixed