MKuranowski / WarsawGTFS

Creates GTFS feed from ZTM Warsaw data
https://mkuran.pl/gtfs/
MIT License
34 stars 10 forks source link

Inconsistency in GTFS Data for Warszawa Główna #47

Closed DomeQdev closed 9 months ago

DomeQdev commented 10 months ago

I've encountered a specific issue in the GTFS data for Warszawa Główna (stop_id: 5909pUnknown). The parent_station field references stop_id 5909, but this parent_station is not present in the dataset.

This absence is causing errors and inconsistencies in data processing. Can you please confirm whether this is an oversight or if it's intended?

MKuranowski commented 9 months ago

Invalid GTFS data is never intended; especially something as grave as foreign key violations. I've fixed the script, thanks for noticing