Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1016 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 1016 Bytes

gtfs2ntfs

Command-Line Interface to convert GTFS data format into NTFS data format.

Installation

As gtfs2ntfs is not pushed to crates.io yet, you can install it by cloning transit_model.

git clone https://github.com/hove-io/transit_model
cd transit_model
cargo install --path gtfs2ntfs

Usage

gtfs2ntfs --input /path/to/gtfs/folder/ --output /path/to/ntfs/
  • --input is the path to a folder containing GTFS data format
  • --output is the path to a folder where the NTFS will be exported

Get more information about the available options with gtfs2ntfs --help.

Specifications

As NTFS is the pivot format for conversion, common NTFS rules is useful.
For input and output, see GTFS to NTFS specifications.