View Single Post
  #3   Spotlight this post!  
Unread 29-03-2016, 15:53
ProfessorAlekM ProfessorAlekM is offline
Registered User
FRC #6190
 
Join Date: Jan 2016
Location: Canton, Michigan
Posts: 32
ProfessorAlekM has a little shameless behaviour in the past
Re: SQL Scouting Algorithms

I finished creating an SQL database that will hold the info for the Ann Arbor event. I set up JetBrain's DataGrip software so that my scouting team can edit it easily like an excel document.

I've also written a basic python program that retrieves data from the database and prints it into terminal based on the team numbers that you enter. I am working on using matplotlib to make a more visual graphic.

Code (Should be working but still in progress):
https://github.com/AlekMabry/FRC_SQL...r/MatchInfo.py

I've been rewatching the matches from the livonia tournament, and alot of teams we met there will be at the Ann Arbor competition, so I am working on putting their stats into my database. I would be willing to share this info with your team when I finish filling in everything I can in my database.
Reply With Quote