[go: nahoru, domu]

Skip to content

Latest commit

 

History

History

gtfs2ntfs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.