An open API service indexing awesome lists of open source software.

https://github.com/mmahrous/kml2stops

A simple node.js command application to convert .kml files to stops.txt to get one of the most important file in GTFS files.
https://github.com/mmahrous/kml2stops

Last synced: 3 months ago
JSON representation

A simple node.js command application to convert .kml files to stops.txt to get one of the most important file in GTFS files.

Awesome Lists containing this project

README

        

# KML2Stops
A simple node.js command application to convert .kml files to stops.txt to get one of the most important file in GTFS files.
> you will need nodejs to run this application you can check http://nodejs.org/ for more information.

clone the repo
```
git clone https://github.com/mmahrous/kml2stops
cd kml2stops
```
then run the command
````
node app.js {path to your .kml file}
````
the result will be stored in result directory in a folder with the timestamp
> Sorry for that but you will need to enter the stop_id manually for now until the script get smarter
contact me if any errors show up to you [email protected]