Skip to content

v1.5.0

Compare
Choose a tag to compare
@rafapereirabr rafapereirabr released this 16 Aug 11:36
· 213 commits to master since this release
2ab5970

gtfs2gps v1.5.0

Major changes

  • Fixed the update of trip_number attribute. This affects the output of gps_as_sflinestring(). Closes #189.
  • Imports the gtfsio package, used in the read_gtfs() and write_gtfs() functions. Closes #191.
  • New parameter snap_method added to gtfs2gps().

Minor changes

  • Function filter_single_trip() now also filters the stop_times table. Closes #195.
  • Change default spatial_resolution of gtfs2gps() from 50m to 100m. Closes #202.