Open symroe opened 6 years ago
Note: this format is designed for Google to model elections all over the world, so it is bound to miss a few things or break in some cases. We should priorities parl
elections as that's the use case they're after.
Do we have full results data for parl.2017-06-08
in the same format we'll want to use for parl.next
?
Google have made a XML & JSON format for elections, candidates, results etc.
https://developers.google.com/elections-data/reference/
An example election object is here:
https://developers.google.com/elections-data/reference/election
They also provide a python package for validating the output, that we can use in our tests etc:
https://pypi.python.org/pypi/election_results_xml_validator/0.2.7