Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 574 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 574 Bytes

pathy 🚲

Pathy is a small script that talks with an OTP1 instance running localy. With Pathy the user can provide a CSV file with start and end stops coordinates, that OTP will generate bicycle routes between. The goal of Pathy is to quickly and easily generate thousands of routes between equally thousands of start and end stops, and have them exported into a single GeoJSON file.

CSV File

The CSV file should be in the following format:

lat,lon,lat,lon
lat,lon,lat,lon
[...]

Footnotes

  1. OTP stands for OpenTripPlanner