-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tobias Kohl
committed
Dec 18, 2024
1 parent
5b7229d
commit d6e3874
Showing
6 changed files
with
54 additions
and
9 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
agency_id,agency_name,agency_url,agency_timezone | ||
P2M,pt2matsim,https://github.com/matsim-org/pt2matsim,Europe/Zurich | ||
P2M,pt2matsim,https://github.com/matsim-org/pt2matsim,Europe/Zurich | ||
S42,Service 42,htpps://google.com,Europe/Berlin |
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,3 +1,4 @@ | ||
route_id,route_short_name,route_long_name,route_type | ||
lineA,Line A,Bus Line A,3 | ||
lineB,Line B,Tram Line B,0 | ||
route_id,route_short_name,route_long_name,route_type,agency_id, | ||
lineA,Line A,Bus Line A,3,S42 | ||
lineB,Line B,Tram Line B,0,P2M | ||
lineC,Line C,Something else,907,P2M |
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,2 +1,3 @@ | ||
agency_id,agency_name,agency_url,agency_timezone | ||
P2M,pt2matsim,https://github.com/matsim-org/pt2matsim,Europe/Zurich | ||
P2M,pt2matsim,https://github.com/matsim-org/pt2matsim,Europe/Zurich | ||
S42,Service 42,htpps://google.com,Europe/Berlin |
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,4 +1,4 @@ | ||
route_id,route_short_name,route_long_name,route_type | ||
lineA,Line A,Bus Line A,3 | ||
lineB,Line B,Tram Line B,0 | ||
lineC,Line C,Something else,907 | ||
route_id,route_short_name,route_long_name,route_type,agency_id, | ||
lineA,Line A,Bus Line A,3,S42 | ||
lineB,Line B,Tram Line B,0,P2M | ||
lineC,Line C,Something else,907,P2M |