bliksemlabs / rrrr

RRRR rapid real-time routing
BSD 2-Clause "Simplified" License
167 stars 32 forks source link

gtfsdb.py must use order by #65

Closed skinkie closed 11 years ago

skinkie commented 11 years ago

Each statement of GTFS should use order by to result in predictable output with respect to route, trip and stop indices.

skinkie commented 11 years ago

Output still has inconsistent routeidx output :(

koch-t commented 11 years ago

If you included 45177b1 in that, i don't see an option to fix this.

skinkie commented 11 years ago

Confirmed now. Does the trick.