Closed Joaobazzo closed 4 years ago
Yes, sometimes I have this problem also. A few days ago I found a bug related to route_id
, where the attribute is usually character but it was read as numeric. I had to convert it to character internally (https://github.com/ipeaGIT/gtfs2gps/commit/fb0639ace27db821ff9f9c77ac2d64e045cc080). Perhaps we could always convert all ids to string.
I'm still having some problems with
gtfs2gps::write_gtfs
, so this issue is not reproducible, but perhaps I can make it clearHowever, perhaps we should make sure all columns have proper types, so might be interesting to force certain column types in all columns.