Skip to content

Add initial bus stop grouping feature#24

Closed
kaon wants to merge 5 commits intohkbus:masterfrom
kaon:group-bus
Closed

Add initial bus stop grouping feature#24
kaon wants to merge 5 commits intohkbus:masterfrom
kaon:group-bus

Conversation

@kaon
Copy link
Copy Markdown

@kaon kaon commented Sep 20, 2024

Comments welcome for improvement before actual deployment

Comment thread crawling/groupBus.py
visited = set()
group_id = 1

print(len(bus_stops))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is observed that from start of the script to this print line, it took roughly 3 minutes to run on GitHub actions. I would suspect the KDTree is taking most of the time

@kaon
Copy link
Copy Markdown
Author

kaon commented Sep 24, 2024

Closed in favour of #26

@kaon kaon closed this Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants