-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trim header column names, added Metra test (#152)
* Trim header column names, added Metra test Metra would not load and I was getting complaints about that. The header looks like stop_id, stop_name, stop_desc, stop_lat, stop_lon, zone_id, stop_url, wheelchair_boarding and thus ` stop_name` is not eq to `stop_name`. This resolves this issue by trimming the header column names for every file.
- Loading branch information
Showing
4 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
description = "Read GTFS (public transit timetables) files" | ||
name = "gtfs-structures" | ||
version = "0.39.0" | ||
version = "0.39.1" | ||
authors = ["Tristram Gräbener <[email protected]>", "Antoine Desbordes <[email protected]>"] | ||
repository = "https://github.com/rust-transit/gtfs-structure" | ||
license = "MIT" | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters