Skip to content

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

License

Notifications You must be signed in to change notification settings

singh-gur/GTFStoSQLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages