1.0.2 • Published 5 years ago

gtfs-bolivia-cochabamba v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

gtfs-bolivia-cochabamba

Configuration to transform OSM public transport data into GTFS format for Cochabamba, Bolivia. Uses osm-public-transport-export and geojson-to-gtfs under the hood.

NPM version GitHub release Package dependencies GitHub license

Motivation

This project is part of a set of tools to provide travel data in countries where public transport works on demand and neither bus stops nor timetables exist. Check out https://github.com/trufi-app to see more of our work.

Usage

As a Node.js library

const exportGtfs = require('gtfs-bolivia-cochabamba');
exportGtfs('./gtfs.zip');

As a command line utility

npm install -g gtfs-bolivia-cochabamba
gtfs-bolivia-cochabamba ./gtfs.zip

Note: Filename is optional in both cases. If omitted, will use gtfs.zip by default.