google / transitfeed

A Python library for reading, validating, and writing transit schedule information in the GTFS format.
https://github.com/google/transitfeed/wiki
Apache License 2.0
679 stars 254 forks source link

Distance between 2 stops #476

Open shaaaarpy opened 5 years ago

shaaaarpy commented 5 years ago

Can someone please explain how gtfs is calculating distance between 2 stops cause i think is giving much larger distances between 2 stops than the actual distance.

Thank you

barbeau commented 5 years ago

@shaaaarpy Are you talking about the GTFS validator? Could you please give examples of two stops, the distance you would expect, and the distance you're seeing calculated?