Rio Grande, Tierra del Fuego, Argentina
This project contains GTFS feed for CityBus buses in Rio Grande, Tierra del Fuego, Argentina.
- Clone this repo:
git clone https://github.com/friasdesign/citybus-gtfs.git
- Initialize submodules:
git submodule init && git submodule update
- Check Python version:
python --version
. It should be either ~2.5 or ~2.7. If python is not found you can install it following these instructions - Download latest version of Open Trip Planner, Maven repo, move it to the root directory of the project.
- Update GTFS files inside
gtfs/
folder using a text editor or a spreadsheet editor (such as LibreOffice) - Validate changes running the following command from root folder:
sh validate.sh
- View changes if required by running:
sh view.sh
- Once everything is OK you can build a zipped bundle of gtfs feed using the command:
sh build.sh
- If required, debug locally by running:
sh localdebug.sh
. It starts Open Trip Planner (OTP) and loads the built GTFS.
For using tools in transit feed repo, read its docs here
Distributed under MIT, see license here