Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Type hotspots to API #1007

Closed
mattyweb opened this issue Mar 10, 2021 · 1 comment · Fixed by #1008
Closed

Adding Type hotspots to API #1007

mattyweb opened this issue Mar 10, 2021 · 1 comment · Fixed by #1008
Assignees
Labels
Size: 8pt Can be done in 31-48 hours

Comments

@mattyweb
Copy link
Collaborator

Description

Adding hotspots per types. Starting by looking at the past year of data (to avoid seasonality) and finding locations where an average of at least 1 request was made per month. Using DBSCAN to create clusters. Then finds the centroid for the points in each cluster. Tweaked the epsilon parameter to around 30m which seems to make good clusters. Want to combine points at neighboring addresses without combining those across streets. Will need to show this to users.

@mattyweb mattyweb added the Size: 8pt Can be done in 31-48 hours label Mar 10, 2021
@mattyweb mattyweb added this to the Initial v2 Launch milestone Mar 10, 2021
@mattyweb mattyweb self-assigned this Mar 10, 2021
mattyweb added a commit that referenced this issue Mar 10, 2021
@mattyweb
Copy link
Collaborator Author

This is pretty cool. We would need to figure out where to use this. Maybe on the map itself? Or we could also use it on a dashboard. The behavior most likely would be to pick a type and show the hotspots for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Size: 8pt Can be done in 31-48 hours
Projects
Status: Done (without merge)
Development

Successfully merging a pull request may close this issue.

1 participant