Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List all modes #4

Open
1 of 2 tasks
pietercolpaert opened this issue Jul 27, 2013 · 4 comments
Open
1 of 2 tasks

List all modes #4

pietercolpaert opened this issue Jul 27, 2013 · 4 comments

Comments

@pietercolpaert
Copy link
Member

Problem

GTFS and Transmodel have a different list of all public transport modes. We want a list of all transport modes (public and private).

Solution

  • Decide on a list for public transport: GTFS or Transmodel?
  • agree on a list for private transport

Issues can be created if a transport mode would not be present in the current list.

@Tristramg
Copy link
Member

I’d say we create our own list, that would be a merge of GTFS and Transmodel

@pietercolpaert
Copy link
Member Author

We haven't found the transmodel list... Does it even exist?

Let's go for the GTFS list and extend it over time?

@stifoon
Copy link

stifoon commented Oct 23, 2013

Transmodel doesn't limit TransportMode. But NEPTUNE implementation of Transmodel does ;-)

http://www.normes-donnees-tc.org/spip.php?rubrique17

In "trident_Global_schema.xsd" form NEPTUNE xsd, you got:

"Air"
"Train"
"LongDistanceTrain"
"LongDistanceTrain_2"
"LocalTrain"
"RapidTransit"
"Metro"
"Tramway"
"Coach"
"Bus"
"Ferry"
"Waterborne"
"PrivateVehicle"
"Walk"
"Trolleybus"
"Bicycle"
"Shuttle"
"Taxi"
"VAL"
"Other"

@stifoon
Copy link

stifoon commented Oct 24, 2013

Another mode list from NETEX standard (http://www.normes-donnees-tc.org/IMG/pdf/Specifications_Echange_Netex_v1-0-2.pdf)

air
rail
intercityRail
urbanRail
metro
tram
coach
bus
water
selfDrive
trolleyBus
taxi
unknown

to feed the issue :)

Always too many mode (why trolleybus?) but no distinction between walk, bike or car (selfDrive)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants