Documentation
¶
Overview ¶
Mobsql - Custom GTFS Load Example:
- Loads a custom GTFS feed via remote HTTP URL.
- Note: feed id *must* be a *negative* integer
- Custom GTFS zip feeds may be sourced from file:// or http://
- Upon successful load, run in SQLite CLI:
- sqlite3 foo.db 'select count(*) from stop_times where feed_id = -33'
Click to show internal directories.
Click to hide internal directories.