Skip to content
/ PeakReader Public

Natively parses routes.txt and stops.txt to get access to open data of public transport in Baltics and Eastern Europe

License

Notifications You must be signed in to change notification settings

0ki/PeakReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PeakReader

This software allows reading routes.txt / stops.txt from software used by many municipalities and companies in the Baltic, Nording and Eastern European region.

This includes:

Usage example, also see sample.py.

from PeakWeb import PeakWebFileReader
pw = PeakWebFileReader("routes.txt","stops.txt")
print (pw.GetRoutes())
print (pw.stops)

Copyright Kirils Solovjovs, https://kirils.org/