Home

Awesome

gtfs-to-sqlite

A tool for generating an SQLite database from a GTFS feed.

Requirements

Java Runtime Environment 8 or higher.

Installation

macOS

Using Homebrew:

brew tap aytee17/homebrew-tap
brew install gtsql

Usage

usage: gtsql -p <gtfs_path> [-u <gtfs_url>] -d <database_path>
 -p,--path <gtfs_path>           Path to the GTFS data (.zip or directory)
 -u,--url <gtfs_url>             HTTP URL to the GTFS data
 -d,--database <database_path>   Path to the database file

Notes