Skip to content

Commit 61912cf

Browse files
authored
Move stats in a metadata.stats objects (#192)
* Move stats in a `metadata.stats` objects And add more counts: * trips_with_trip_headsign_count: usize, * lines_with_short_name_count: usize, * lines_with_long_name_count: usize, * transfers_count: usize, * fares_attribute_count: usize, There is no `fare_rules` yet, they are not handled by gtfs structures yet * Added fare rules and a readme section * Rename lines_ to routes_ and add wheelchair stat
1 parent 907efc0 commit 61912cf

File tree

5 files changed

+343
-190
lines changed

5 files changed

+343
-190
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env_logger = "0.10"
1616
anyhow = "1"
1717
futures = "0.3"
1818
geo = "0.27"
19-
gtfs-structures = "0.38"
19+
gtfs-structures = "0.40"
2020
iso4217 = "0.3"
2121
isolang = "2.1"
2222
itertools = "0.12"

0 commit comments

Comments
 (0)