Open notslang opened 11 years ago
Is it formatted differently? On Nov 27, 2012 10:26 PM, "Sean Lang" notifications@github.com wrote:
the blue alliance code doesn't include the scrapers used to get old data, so our current scrapers should be modified to get this data... should be pretty easy. freshmen project?
— Reply to this email directly or view it on GitHubhttps://github.com/2062/CORE-Scouting-Server/issues/13.
yeah... it's those awful pages that were exported from MS-Word
wait... actually, it might not have been those ones that were exported from MS-Word... but they definitely have different formatting. here are the example links:
also, 2005 might be the same as all the others... but i wrote myself a note that it was different, so I still need to go back and take a look.
2005's doesn't even give me any results cause your session expired...
On Tue, Nov 27, 2012 at 11:35 PM, Sean Lang notifications@github.comwrote:
wait... actually, it might not have been those ones that were exported from MS-Word... but they definitely have different formatting. here are the example links:
- 2003 - http://www2.usfirst.org/2003comp/Events/CT/matchsum.html
- 2004 - http://www2.usfirst.org/2005comp/Events/NH/matchresults.html
- 2005 - https://my.usfirst.org/myarea/index.lasso?page=event_details&eid=1241&-session=myarea:C77D64051b8ac00AF9GnUm1616D1
also, 2005 might be the same as all the others... but i wrote myself a note that it was different, so I still need to go back and take a look.
— Reply to this email directly or view it on GitHubhttps://github.com/2062/CORE-Scouting-Server/issues/13#issuecomment-10791368.
oh yeah... forgot about that expiring session key * cough* * cough* bad design cough \ lasso look at this page: http://www.usfirst.org/roboticsprograms/frc/2005-frc-regional-and-championship-results
the blue alliance seems to have an export of all of the data in CSV... rather than dealing with FIRST's old html pages, i'll use those and just make a quick script to reformat the data into our schema
https://github.com/gregmarra/the-blue-alliance/blob/master/test_data/
Works? Do we have data pre-2005?
the blue alliance code doesn't include the scrapers used to get old data (2003/2004/2005 matches), so our current scrapers should be modified to get this data... should be pretty easy. new member project?