https://github.com/transitapp/py-gtfs-loader
Simple Python library to load GTFS feeds
https://github.com/transitapp/py-gtfs-loader
Last synced: 10 months ago
JSON representation
Simple Python library to load GTFS feeds
- Host: GitHub
- URL: https://github.com/transitapp/py-gtfs-loader
- Owner: TransitApp
- License: mit
- Created: 2022-06-28T18:47:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T16:18:51.000Z (over 1 year ago)
- Last Synced: 2025-05-09T00:35:50.082Z (10 months ago)
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# py-gtfs-loader
Simple python library to load GTFS folder
To use, simply `import gtfs_loader` and load a GTFS folder with `gtfs = gtfs_loader.load(args.gtfs_dir)`
All data is now available under `gtfs.filename`