Skip to content

node-geojson/gtfs2geojson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gtfs2geojson

CircleCI Greenkeeper badge

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.

See also