You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the library only takes the first agency in the agency.txt, and that is OK for most feeds as they typically are single-agency feeds, however, other GTFS feeds contain data for more than one agency in the same feed. For example, the agency.txt file in the SNCF feed for Horaires des lignes Transilien looks like this:
agency_id,agency_name,agency_url,agency_timezone,agency_lang
DUA853,"Paris Nord",http://www.transilien.com,Europe/Paris,fr
DUA854,"Paris St Lazare",http://www.transilien.com,Europe/Paris,fr
DUA852,"Paris Rive Gauche",http://www.transilien.com,Europe/Paris,fr
DUA803,"RER C",http://www.transilien.com,Europe/Paris,fr
DUA804,"RER D",http://www.transilien.com,Europe/Paris,fr
DUA850,"Paris Est",http://www.transilien.com,Europe/Paris,fr
DUA855,"La Verrière - La Défense",http://www.transilien.com,Europe/Paris,fr
DUA851,"Paris Sud Est",http://www.transilien.com,Europe/Paris,fr
DUA805,"RER E",http://www.transilien.com,Europe/Paris,fr
DUA802,"RER B",http://www.transilien.com,Europe/Paris,fr
DUA801,"RER A",http://www.transilien.com,Europe/Paris,fr
The text was updated successfully, but these errors were encountered:
Currently the library only takes the first agency in the
agency.txt
, and that is OK for most feeds as they typically are single-agency feeds, however, other GTFS feeds contain data for more than one agency in the same feed. For example, theagency.txt
file in the SNCF feed for Horaires des lignes Transilien looks like this:The text was updated successfully, but these errors were encountered: