Recent Releases of gtfs-router
gtfs-router - CRAN version 0.1.3
Minor changes:
- Fix bug with return values of traveltimes (#116; thanks to @FlxPo)
- Use 'fs' package for all file path manipulations.
Consumption - Mobility and Transportation
- R
Published by mpadge 7 months ago

gtfs-router - CRAN version 0.1.2
Minor changes:
- Added @jmertic @5balls @pteridin to allcontributors
- Fix UBSAN bug in traveltimes.cpp (#111)
- Updated package man entry (#110)
Minor changes:
- Documented return values for all functions
- Added data.table::setDTthreads() calls to all examples, tests, vignettes. See https://stat.ethz.ch/pipermail/r-package-devel/2023q3/thread.html#9454
Consumption - Mobility and Transportation
- R
Published by mpadge over 1 year ago

gtfs-router - CRAN version 0.1.1
Major changes:
- Repository moved from "ATFutures/gtfs-router" to "UrbanAnalyst/gtfsrouter"
gtfs_transfer_table()
function now much faster due to re-coding in C++- Removed previously deprecated
gtfs_isochrone()
function; now entirely
replaced bygtfs_traveltimes()
.
Minor changes:
gtfs_timetable()
modified to work on feeds which do not have "calendar.txt"- Fix
transfer_times
function with updated dodgrmatch_pts_to_verts
fn - Improve estimation of pedestrian transfer times
- Fix transfer times when GTFS feed extends beyond bounds of provided network
- Bug fix in
gtfs_route_headway()
function (#94; thanks to @zamirD123) - Bug fix in
gtfs_traveltimes()
to remove trips ending at start (#99; thanks to @viajerus)
Consumption - Mobility and Transportation
- R
Published by mpadge almost 2 years ago

gtfs-router - Nairobi
CRAN Release v0.0.5 with all-new gtfs_traveltimes()
function
Consumption - Mobility and Transportation
- R
Published by mpadge almost 4 years ago

gtfs-router - Sydney
Major changes:
- New function,
gtfs_route_headway
to calculate headways for entire routes between any nominated points (see #43) - Important bug fix that prevents routes including stops that are not part of actual route
Consumption - Mobility and Transportation
- R
Published by mpadge over 4 years ago

gtfs-router - Berlin
Berlin (version 0.0.3)
Major changes:
- New function
frequencies_to_stop_times
thanks to new co-author @stmarcin,
and new contributor @AlexandraKapp - Data without
transfers.txt
now load rather than error - New function
gtfs_transfer_table
makes transfer table for feeds which
contain no such table; see #14 - Main
gtfs_route()
function now accepts multiplefrom
andto
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).- Bug fix in station name matches in
gtfs_route
fn (see #26) gtfs_route
acceptsstop_id
values as well asstop_name
(see #26)gtfs_isochrone
accepts equivalentstop_id
values viafrom_is_id
parameter.- both
gtfs_route
andgtfs_isochrone
accept (lon, lat) values for from and
to stations. gtfs_isochrone
returnsstop_id
as well asstop_name
values (#29).gtfs_isochrone
returnsarrival_time
for all mid-points (#30, #36; thanks to @AlexandraKapp)- Former errors in reading of
zip
archives on Windows OS fixed
Consumption - Mobility and Transportation
- R
Published by mpadge over 4 years ago
