Skip to content

gtfsio v0.2.0

Compare
Choose a tag to compare
@dhersz dhersz released this 26 Oct 20:10
· 62 commits to master since this release

Bug fixes

  • import_gtfs() would ocasionally include the full path to a table to their name in a GTFS object (#17). Fixed by Mark Padgham (@mapdge) in #18.

New features

  • Added new summary.gtfs method. Thanks Mark Padgham (@mapdge).
  • import_gtfs() has a new encoding parameter, used to handle encoded strings in their native encoding.