In the latest LIRR gtfs data (as of November 16th) there is a trip in which
two stops have been reversed.
The 7:29am train from Babylon, with trip_id GO403_123033 has the following
stop sequence:
"GO403_123033","08:02:00","08:02:00","107","12"
"GO403_123033","08:03:00","08:03:00","100","13"
"GO403_123033","08:05:00","08:05:00","106","14"
Stop 107 being Baldin, 100 being Lynbrook, and 106 being Rockville Centre.
I believe it should instead be:
"GO403_123033","08:02:00","08:02:00","107","12"
"GO403_123033","08:05:00","08:05:00","106","14"
"GO403_123033","08:03:00","08:03:00","100","13"
with Rockville Centre coming before Lynbrook