Skip to content

JosephCarpenter/vs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vs

Data analysis suite for manipulation of FRC scouting data.

Originally designed for VictiScout data, but also works with XScout's and any other JSON-formatted scouting data.

Installation

  • Install python3.

  • Clone the vs repository and move into it:

      git clone https://github.com/frc1418/vs && cd vs
    
  • Run sudo make install to install vs and its manpage.

Commands

Commands are being added as needed, so for now they're few. That will gradually change.

  • vs cons - consolidate all JSON scouting data files in the working directory into one.
  • vs csv/spreadsheet/ss - convert raw JSON file into a CSV spreadsheet. drv can be used to easily send this file to Google Drive for manipulation without any proprietary programs.
  • vs conf - remove duplicate matches.

About

🐚 CLI tool for easy manipulation of FRC scouting data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.1%
  • Makefile 13.9%