ctu-geoforall-lab / qgis-gtfs-plugin

QGIS GTFS plugin
4 stars 0 forks source link

code refactorization: #5

Closed landam closed 3 years ago

landam commented 3 years ago

Design library:

gtfs_reader
    __init__.py
from gtfs_reader import GtfsReader

reader = GtfsReader('test.zip')
reader.write('test.gpkg')
landam commented 3 years ago

See gtfs_reader_issue_5 branch

landam commented 3 years ago

Goal for next meeting @Kozzba :+1:

python3 test/test.py

to generate new file test.gpkg

landam commented 3 years ago