v1.4.0
gtfs2gps v1.4-0
Major changes
- Allows filtering a GTFS feed by weekday and accounts for
calendar_dates.txt
info. Closes #103, #124 and #141 - New sample GTFS.zip data for Berlin
- New
compress
parameter ingtfs2gps
function so that users can save the function outputs in compressed.RDS
format. - New function
remove_by_route_id()
to remove GTFS data by route ids. Closes #180 - Stops are now snapped to shapes using a simpler and more restrictive algorithm. This help identifies when a route is has problem with
stop_sequence
in the wrong order
Minor changes