Some example on how to use chouette in command mode

March 2, 2018 ยท View on GitHub

Download

download chouette_command from maven repository : choose the last zip version uncompress zip file in a directory

chouette command is ready to use with java 7 or higher.

Setup

no setup is required

Usage

get help Linux :

./chouette.sh --help

for Windows, use chouette.bat command with same parameters

usage: [./chouette.sh|chouette.bat] [options] inputFile -d,--dir working directory (default = ./work) -f,--file output file -h,--help show help -i,--input input options json file -o,--output output options json file -v,--validate validation options json file

json file examples are provided in params directory

Neptune to GTFS sample command :

./chouette.sh -i params/importNeptune.json -e params/exportGtfs.json -f gtfsOutputFile.zip neptuneInputFile.zip

Validation sample : (gtfs input)

./chouette.sh -i params/importGtfs.json -v params/validation.json gtfsInputFile.zip