0ki / PeakReader

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

Home Page:https://kirils.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

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

https://kirils.org/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 97.5%Language:Shell 2.5%