2.0.0 • Published 9 years ago

gtfs2geojson v2.0.0

Weekly downloads
3
License
ISC
Repository
-
Last release
9 years ago

gtfs2geojson

CircleCI

Convert GTFS data into GeoJSON.

npm install --save gtfs2geojson

API

lines(gtfs)

Parse GTFS shapes.txt data given as a string and return a GeoJSON FeatureCollection of features with LineString geometries.

stops(gtfs)

Parse GTFS stops.txt data given as a string and return a GeoJSON FeatureCollection of features with Point geometries.

2.0.0

9 years ago

1.0.1

9 years ago

1.0.0

10 years ago