CUTR-at-USF / gtfs-osm-sync

Synchronizes public transportation data in GTFS format with OpenStreetMap.org
Other
91 stars 18 forks source link

Sort osm stops by distance from gtfs stop #45

Closed nereocystis closed 4 years ago

nereocystis commented 6 years ago

This patch sorts osm stops by distance from gtfs stop

nereocystis commented 6 years ago

And the comments from the git checkin

sort osm stops by distance from gtfs stops

For each osm stop, use TreeSet to sort all gtfs stops which are potential matches The sort is by distance from the osm stop

Also, clean up ReportViewer so that HashMap key and values are declared, removing the need for casts.

close: #44

barbeau commented 5 years ago

@reubot Any thoughts on this PR?

nereocystis commented 5 years ago

If there is interest, I can work on resolving the conflicts.

reubot commented 5 years ago

If there is interest, I can work on resolving the conflicts.

Yes, that would be good.

reubot commented 5 years ago

@nereocystis Are you still interested in resolving the conflicts or should I go ahead and do it?

nereocystis commented 5 years ago

Sorry, I let this slip through.

I'll give it a try in the next couple of days.

On 2/5/19 3:01 PM, reubot wrote:

@nereocystis https://github.com/nereocystis Are you going to resolve the conflicts or should I go ahead and do it?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/CUTR-at-USF/gtfs-osm-sync/pull/45#issuecomment-460838745, or mute the thread https://github.com/notifications/unsubscribe-auth/ACJw053sPZCsNDU7VGXvQJ_yKhKFk07qks5vKg0-gaJpZM4V7k7D.

reubot commented 5 years ago

@nereocystis I ended up doing the merges of all three pulls requests in my pull-testing branch. https://github.com/reubot/gtfs-osm-sync/tree/pull-testing Have a look if you want and tell me if you see any problems.

barbeau commented 4 years ago

Replaced by https://github.com/CUTR-at-USF/gtfs-osm-sync/pull/51

barbeau commented 4 years ago

Thanks @nereocystis!