Releases: r-transit/tidytransit
Releases · r-transit/tidytransit
tidytransit 1.7.0
read_gtfs()
can now readlocations.geojson
files according to the updated specifications #214- tidytransit 1.7.0 needs
gtfsio
1.2.0 as it uses json reading capabilities fromgtfsio::import_gtfs()
- Internally, the automatically parsed specifications from https://gtfs.org/documentation/schedule/reference/ are now used
- The example feed
google_transit_nyc_subway.zip
has been modified and renamed tonyc_subway.zip
#218
Full Changelog: 1.6.1...1.7.0
tidytransit 1.6.1
tidytransit 1.6.0
Full Changelog: 1.5.1...1.6.0
tidytransit 1.5.1
- Improve duplicated primary key check #203
Full Changelog: 1.5.0...1.5.1
tidytransit 1.5.0
- introduce
as_tidygtfs
and primary key check #198 tidygtfs
inherits list class #202- Use
NA
for empty arrival/departure time strings #196 - pass on ... argument in
read_gtfs
togtfsio::import_gtfs
#199 - Fix for dplyr 1.1.1 #197
- depend on gtfsio >= 1.1.0 #201
- update raptor doc #200
Full Changelog: 1.4.1...1.5.0
tidytransit 1.4.1
- optional transfers in filter_stop_times #188
- Suppress multiple match warning (dplyr 1.1) #191
- Use expect_no_warning, remove httr dependency #194
Full Changelog: 1.4...1.4.1
tidytransit 1.4
- remove transitfeeds API and dataset, add mobilitydata.org to vignette #184
- update url's #185
- increase test coverage and update doc #186
Full Changelog: 1.3.1...1.4
tidytransit 1.3.1
- optimize filter_stop_times #183
Full Changelog: 1.3.0...1.3.1
tidytransit 1.3.0
- fix set_dates_services for feeds only using calendar_dates #178
- only keep transfers where both stops match filter #180
- stop distance analysis and stop_name clustering #181
- functions to convert empty strings to NA and vice versa #182
Full Changelog: 1.2.0...1.3.0