gtfs2geojson

2.0.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i gtfs2geojson

Weekly Downloads

4

Version

2.0.0

License

ISC

Last publish

Collaborators

  • alulsh
  • tmcw