gtfsio v0.2.0
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 newencoding
parameter, used to handle encoded strings in their native encoding.