GTFS to NeTEx Conversion
GTFS Agencies
For each GTFS Agency, Chouette Convert creates a NeTEx Operator
with the following information:
GTFS Agency | Details | NeTex Operation |
---|---|---|
| GTFS Agency ID |
|
| Name |
|
<Operator id="DTA" version="any">
<Name>Demo Transit Authority</Name>
</Operator>
GTFS Stops
For each GTFS Stations (location_type
= 1
), Chouette Convert creates a NeTEx StopPlace
with the following information:
GTFS Stop | Details | NeTex StopPlace |
---|---|---|
| GTFS Stop ID |
|
| Name |
|
For each GTFS Stops (location_type
= 0
) with a GTFS Parent Station, Chouette Convert a NeTEx Quay
with the following information:
GTFS Stop | Details | NeTex Quay |
---|---|---|
| GTFS Stop ID |
|
| Name |
|
<StopPlace id="BEATTY_AIRPORT" version="any">
<Name>Nye County Airport</Name>
<quays>
<Quay id="BEATTY_AIRPORT_1" version="any">
<Name>Nye County Airport</Name>
</Quay>
<Quay id="BEATTY_AIRPORT_2" version="any">
<Name>Nye County Airport</Name>
</Quay>
<quays>
</StopPlace>
According to the selected NeTEx Profile, NeTEx Quays will be embbeded into the Parent StopPlace or included directly into a dedicated Frame. See the NeTEx profile document for details.
For each GTFS Stops (location_type
= 0
) without a GTFS Parent Station, Chouette Convert a NeTEx StopPlace
with the following information:
GTFS Stop | Details | NeTex StopPlace |
---|---|---|
| GTFS Stop ID |
|
| Name |
|
<StopPlace id="FUR_CREEK_RES" version="any">
<Name>Furnace Creek Resort (Demo)</Name>
</StopPlace>
GTFS Route
For each GTFS Route, Chouette Convert creates a NeTEx Line
with the following information: