Skip to content
This repository has been archived by the owner on Jul 23, 2018. It is now read-only.

NYCPlanning/gtfs2geojson

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gtfs2geojson

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.

About

Convert GTFS data into GeoJSON.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%