Skip to content

Project to serve GTFS Prague public transport in local database

Notifications You must be signed in to change notification settings

Naruto0/dpp-gtfs-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dpp-gtfs-wrapper

Project to get, preprocess and serve GTFS Prague public transport data in local database

Using

Pygtfs module

Start

Install

Create .virtualenv.

$ python -m "virtualenv" <name-of-venv>

Activate it and install requirements.

$ source <name-of-env>/bin/actiavate
$ pip install -r requirements.txt

Run setup to migrate data to sqlite3 database.

python backend/setup.py

Use pygtfs module mentioned above to fiddle with data.

About

Project to serve GTFS Prague public transport in local database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages