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.
no setup is required
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