node-geojson / gtfs2geojson

Convert GTFS data into GeoJSON.
ISC License
25 stars 8 forks source link

add stops.txt parsing #2

Closed chriswhong closed 8 years ago

chriswhong commented 8 years ago

Added parsing for stops.txt to create a FeatureCollection of Points. Only tested on NYC MTA Bus GTFS Files so far. See this repo: https://github.com/NYCPlanning/nyc-gtfs2geojson

tmcw commented 8 years ago

👍 awesome, thanks! Looks like this'll require a major version bump since it changes the exported object.

tmcw commented 8 years ago

Added a test and released as v2.0.0