Open derhuerst opened 2 years ago
Do the pathway.txt columns have any non-default values? gtfstidy drops any column that is completely empty or only filled with the GTFS default values :)
AFAIR they don't contain any values, so semantically it's fine, but validators stumble over this.
Hm, but only pathway_id
, from_stop_id
, to_stop_id
, pathway_mode
and is_bidirectional
are required values for pathways.txt
, the others are optional, so IMHO this should be fixed in the validator.
I'm using
gtfs-hub
to transform the DELFI GTFS feed, andgtfstidy
drops columns: