Skip to content
This repository has been archived by the owner on Jun 20, 2018. It is now read-only.
/ buddyfinder Public archive

Half-finished tool for finding FRC teams that are near by that I worked on until I realized that TBA already did it: https://www.thebluealliance.com/nearby

License

Notifications You must be signed in to change notification settings

simon-andrews/buddyfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

buddyfinder

Basically, the idea was that it would be a tool for finding nearby FRC teams. You give it your team number, and some search radius, and it would find all the other FRC teams in that radius.

About half way through making it, I realized that The Blue Alliance already had a tool on their website that did basically everything I wanted.

Stuff that's been implemented

  • Reading TBA's API to get a list of every FRC team.
  • Serialization of TBA data into Python objects.
  • Calculation of distances between coordinates with the haversine distance formula.
  • Passing of "human readable" addresses from TBA to the Google Maps geocoding API to get coordinates.

Requirements

  • Modern version of Python 3 (I tested with 3.5.3)
  • requests
  • A TBA API key
  • A Google Maps geocoding API key

Is it over?

I mean, someday I might finish this off for fun but TBH you should just use TBA.

About

Half-finished tool for finding FRC teams that are near by that I worked on until I realized that TBA already did it: https://www.thebluealliance.com/nearby

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages