Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Latest commit

 

History

History
44 lines (33 loc) · 1.12 KB

examples.md

File metadata and controls

44 lines (33 loc) · 1.12 KB

Some example on how to use chouette in command mode

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