ITSLeeds / UK2GTFS

Convert UK transport data (TransXchange / ATOC CIF) to GTFS format in R
https://itsleeds.github.io/UK2GTFS/
GNU General Public License v3.0
37 stars 13 forks source link

Merging failed in UK2GTFS package #26

Closed rksanjay90 closed 3 years ago

rksanjay90 commented 3 years ago

Error in gtfs_merge(gtfs_all) : Duplicated Agency IDs

mem48 commented 3 years ago

You have duplicated agency IDs in the two gtfs files, this is not permitted by the gtfs specification

mem48 commented 3 years ago

You can try force =TRUE but might get odd results

rksanjay90 commented 3 years ago

Thanks, I think it's working