Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkuranowski/radomgtfs
Make GTFS files from MZDiK Radom
https://github.com/mkuranowski/radomgtfs
gtfs open-data public-transport radom
Last synced: about 2 months ago
JSON representation
Make GTFS files from MZDiK Radom
- Host: GitHub
- URL: https://github.com/mkuranowski/radomgtfs
- Owner: MKuranowski
- License: mit
- Created: 2020-03-14T18:12:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T07:37:55.000Z (4 months ago)
- Last Synced: 2024-09-16T09:13:24.672Z (4 months ago)
- Topics: gtfs, open-data, public-transport, radom
- Language: Python
- Size: 30.3 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# RadomGTFS
## Description
Creates GTFS data for [MZDiK Radom](http://www.mzdik.radom.pl/).
This script uses database dumps straight from [MZDiK's website](http://www.mzdik.radom.pl/index.php?id=145).## Prerequisits
[Python3](https://www.python.org) (version 3.6 or later) is required with 4 additional libraries:
- [requests](https://pypi.org/project/requests/),
- [Beautiful Soup 4](https://pypi.org/project/beautifulsoup4/),
- [tzlocal](https://pypi.org/project/tzlocal/),
- [zeep](https://pypi.org/project/zeep/).All python requirements can be installed with `pip3 install -U -r requirements.txt`.
In addition to all that this script will invoke command `mdb-export`.
Ensure that [mdbtools](https://github.com/brianb/mdbtools) are installed
on your system (`sudo apt install mdbtools`).## Running
`python3 radomgtfs.py` automatically creates the GTFS file.`python3 radomgtfs.py --help` will show available options.
## License
*RadomGTFS* is provided under the MIT license, included in the `license.md` file.