Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For each GTFS Stop Sequence, Chouette Convert creates a NeTEx Route with the following information:

GTFS Stop Sequence

Details

NeTex ServiceJourney

GTFS Stop Sequence identifier prefixed with Route:

id

route_id

LineRef

Code Block
languagexml
<Route id="Route:BEATTY_AIRPORT-AMV" version="any">
  <LineRef ref="AAMV"/>
</Route>

For each unique GTFS Stop Sequence, Chouette Convert creates a NeTEx ServiceJourneyPattern with the following information:

GTFS Stop SequenceDetails

NeTex ServiceJourney

GTFS Stop Sequence identifier prefixed with ServiceJourneyPattern:

id

GTFS Stop Sequence identifier prefixed with Route:

RouteRef

Code Block
languagexml
<ServiceJourneyPattern id="ServiceJourneyPattern:BEATTY_AIRPORT-AMV" version="any">
  <RouteRef ref="Route:BEATTY_AIRPORT-AMV"/>
  <pointsInSequence>
    <StopPointInJourneyPattern id="BEATTY_AIRPORT-AMV-1" version="any" order="1">
      <ScheduledStopPointRef ref="BEATTY_AIRPORT"/>
    </StopPointInJourneyPattern>
    <StopPointInJourneyPattern id="BEATTY_AIRPORT-AMV-2" version="any" order="2">
      <ScheduledStopPointRef ref="AMV"/>
    </StopPointInJourneyPattern>
  </pointsInSequence>
</ServiceJourneyPattern>

...