GTFStoSQLite

command module
v0.0.0-...-aca6339 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2016 License: Apache-2.0 Imports: 10 Imported by: 0

README

GTFStoSQLite

This is a GTFS parser build using golang to parse GTFS data to SQLite database

Usage

The executables are in dist folder

for Windows
GTFStoSQLite.exe 
    -source="path\to\GTFS\directory" 
    -db="path\to\sqlite.db"
    -size=100000
  • source (required): path to GTFS directory
  • db (required): path to SQLite .db file. This doesn't need to exist
  • size (optional): Insert batch size. default: 100000. You can increase the speed by increasing the batch size but it will require more memory to run
for Linux/macOS
GTFStoSQLite
    -source="path\to\GTFS\directory"
    -db="path\to\sqlite.db"
    -size=100000
  • source (required): path to GTFS directory
  • db (required): path to SQLite .db file. This doesn't need to exist
  • size (optional): Insert batch size. default: 100000. You can increase the speed by increasing the batch size but it will require more memory to run

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL