Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the-blue-alliance/the-blue-alliance-data
Periodic data dumps from The Blue Alliance
https://github.com/the-blue-alliance/the-blue-alliance-data
Last synced: 2 months ago
JSON representation
Periodic data dumps from The Blue Alliance
- Host: GitHub
- URL: https://github.com/the-blue-alliance/the-blue-alliance-data
- Owner: the-blue-alliance
- License: mit
- Created: 2014-05-01T09:30:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T16:03:12.000Z (over 5 years ago)
- Last Synced: 2023-09-02T05:37:55.319Z (over 1 year ago)
- Language: Shell
- Size: 7.95 MB
- Stars: 23
- Watchers: 8
- Forks: 18
- Open Issues: 65
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
The Blue Alliance Data
======================Periodic database dumps in CSV format from [The Blue Alliance](http://www.thebluealliance.com).
CSV Formats
===========Event Matches
-------------
`_, , , , , , , , `Example:
```
2014casj_f1m1,frc254,frc971,frc1662,frc4171,frc368,frc1678,195,183
2014cmp_f1m3,frc1678,frc1640,frc1114,frc469,frc2848,frc254,250,280
```Event Awards
------------
`_, , , `Example:
```
2014casj_0,Regional Chairman's Award,frc604,
2014casj_4,FIRST Dean's List Finalist,frc3256,Christopher Leeger
2014casj_5,Volunteer of the Year,,Ari & Jeannie Entin
```Event Teams
-----------
`, , , ...`Example:
```
frc1114,frc1311,frc1477,frc1538,frc1625,frc1640,frc1671,frc1678,frc1912,frc1923,frc2177,frc2363,frc2471,frc2481,frc2486,frc254,frc2590,frc27,frc2848,frc3467,frc3504,frc4201,frc469,frc5136,frc5212,frc67,frc74,frc932,frc973
```Event Alliances
---------------
```
<1-captain>, , , ...
<2-captain>, , , ...
...
```Example:
```
frc971,frc254,frc1662
frc1678,frc368,frc4171
frc2035,frc192,frc4990
frc1323,frc846,frc2135
frc2144,frc1388,frc668
frc1280,frc604,frc100
frc114,frc852,frc841
frc2473,frc3256,frc1868
```Event Rankings
--------------
```
Rank, Team, , , ...
, , , ...
...
```Example:
```
Rank,Team,QS,ASSIST,AUTO,T&C,TELEOP,Record (W-L-T),DQ,PLAYED
1,971,22.00,670.00,650.00,80.00,477.00,11-0-0,0,11
2,1678,20.00,1020.00,541.00,260.00,227.00,10-1-0,0,11
3,254,20.00,830.00,520.00,180.00,505.00,10-1-0,0,11
```