A Python tool to convert TransXchange data into GTFS.
Project description
transx2gtfs
This is a small library to convert transit data from TransXchange format into GTFS -format that can be used with various routing engines such as OpenTripPlanner.
Note!
This package is still in a Beta-phase, so use it at your own risk. Requires more testing. If you find an issue, you can contribute and help solving them by raising an issue.
Features
- Reads TransXchange xml-files and converts into GTFS feed with all necessary information according the General Transit Feed Specification.
- Combines multiple TransXchange files into a single GTFS feed if present in the same folder.
- Uses multiprocessing to parallelize the conversion process.
- Parses dates of non-operation (bank holidays etc.) which are written to calendar_dates.txt.
- Uses NaPTAN stops.
Install
The package is available at PyPi and you can install it with:
$ pip install transx2gtfs
Library works and is being tested with Python versions 3.6, 3.7 and 3.8.
Basic usage
After you have installed the library you can use it in a similar manner as any Python library:
>>> import transx2gtfs
>>> data_dir_for_transxchange_files = "data/my_transxchange_files"
>>> output_path = "data/my_converted_gtfs.zip"
>>> transx2gtfs.convert(data_dir_for_transxchange_files, output_path)
After you have successfully converted the TransXchange into GTFS, you can start doing multimodal routing with your favourite routing engine such as OpenTripPlanner:
Citation
If you use this tool for research purposes, we encourage you to cite this work:
- TODO: Add Zenodo
Developers
- Henrikki Tenkanen, University College London
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file transx2gtfs-0.3.1.tar.gz.
File metadata
- Download URL: transx2gtfs-0.3.1.tar.gz
- Upload date:
- Size: 8.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/0.6.0 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9c64bcd50d541f2e5fb14b4119a454a1b5c64b9cd6aea9de4583fd8ac00f7ec
|
|
| MD5 |
85b51f31256a54b3a8ed9e66f627da00
|
|
| BLAKE2b-256 |
6bf392fcb8c782fe2d9dbf2f57b522a2afe24b2d1ceba4cec6700df3375b4058
|