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.
- Host: GitHub
- URL: https://github.com/mmahrous/kml2stops
- Owner: mmahrous
- Created: 2015-10-23T16:31:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-23T19:23:44.000Z (over 9 years ago)
- Last Synced: 2025-01-09T06:53:15.508Z (4 months ago)
- Language: JavaScript
- Size: 496 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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]