WRI-Cities / static-GTFS-manager

GUI interface for creating, editing, exporting of static GTFS data for a public transit authority
GNU General Public License v3.0
147 stars 46 forks source link

Wrong lat lon when to build GTFS #163

Closed xitrum2306 closed 3 years ago

xitrum2306 commented 3 years ago

Problem description

Wrong stop location

Expected Action

location should be 15.95267,46.817871

Details of data you are working with, if relevant

I'm try to build gtfs by this tool but I saw lat lon not correct Could somebody can help us to check again. stop_lat is correct but stop_lon it not correct

Screen Shot 2020-09-29 at 14 25 23
answerquest commented 3 years ago

Why not just edit and fix the lat longs in the stops section?

xitrum2306 commented 3 years ago

Humm this tool support us to drop pin then add this ping include lat, lon in to stop.txt table there are more then 1000 stops Do you think good idea we will update by manually?

answerquest commented 3 years ago

These GTFS files are originally CSV format - you can open stops.txt in Excel / LibreOffice Calc and update the data as you would in excel, after fixing things you can then import the GTFS into this tool again.

xitrum2306 commented 3 years ago

Ok thanks for your help @answerquest