Open evz opened 10 years ago
@evz, this is looking good.
Why are the election-id's prefixed with il
If I was looking at that I would think that that was a state-wide election.
For the run-off election, why are you showing wards that did not have runoffs? http://chicagoelections.datamade.us/elections/il-2003-4-1-april-2003-aldermanic-runoff/
Why is it 47Th
and not 47th
and 3Rd
not 3rd
?
As far as compliance with the election standards... it's hard to say.
Please do the following. Create an individual file for each race, so we are in compliance with their pattern, and then also propose your combined results strategy in their repo.
As far as the other races, in seems like we need to
Here's an attempt at identifying these races. https://docs.google.com/spreadsheet/ccc?key=0AptDdMTTIKEndGNmVzRZeVVNd29sbFRKZmpfNjJ4Z3c&usp=sharing
If subset is TRUE, then the Chicago results are the only results that matter. Make sense?
@evz upon further reflection, let's just add the following races
@fgregg @derekeder Just wanted to point out that I reworked the elections endpoints to use the data that I have been working on putting into the Open Elections format. I also reworked the output to look closer to the standard that they are proposing for their elections results.
To get a listing of elections that I have scraped, just visit
/elections/
. That groups the elections by theelection_id
(which is an Open Elections concept that allows for easy aggregation that way) and lists all the races that we have loaded in that election (which is so far just the aldermanic races). Appending an particularelection_id
to the end of the URL will get you the results of a particular election aggregated by ward. Like this:I've loaded all the aldermanic races for the elections in 2011, 2007 and 2003. Let me know if we need to get any other elections in there. Also let me know what you think of this output. It doesn't exactly conform to the Open Elections standard but I think it should be useful for what @derekeder is putting together in the mockups.