v1.4.0
gtfs2gps v1.4-0
Major changes
- Allows filtering a GTFS feed by weekday and accounts for
calendar_dates.txtinfo. Closes #103, #124 and #141 - New sample GTFS.zip data for Berlin
- New
compressparameter ingtfs2gpsfunction so that users can save the function outputs in compressed.RDSformat. - 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_sequencein the wrong order
Minor changes