-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix bad Washington files #212
Comments
These CSV files all have the same problem: 20090818__wa__primary__pierce__county.csv Output stored in the file says:
When I try to grab the URL with wget, it seems like there's a redirect loop:
I'm going to check and make sure there aren't different URLs that are accessible from website, but otherwise, it seems like the path forward on these is to contact the Washington Secretary of State and let them know their webserver is misconfigured. |
I took a look at http://vote.wa.gov/results/20090818/Export.html and found that there aren't entries for any of the counties corresponding to the files listed above:
|
Emailed Nick about the missing counties. |
Perhaps I should talk to my boss about sponsoring a bill that reforms election data in Washington state? Anyway, should we try to find a way to transform the unwieldy Excel data before we load it into the db? It'd definitely have to be on a per-file basis, as some of the county auditors had a |
I got a response from Nick about those missing CSVs from 2009:
I'll update the datasource to not generate mappings for these counties for this election. |
Don't create mappings for counties that didn't produce results in the 2009 Washington Primary election. Addresses #212
Closing. The datasource has been updated to not create mappings for the counties that don't have results for a particular election. I've created a separate issues for the results that need one-off loader classes as that's going to be a long, slow row to hoe. The issue is #225. |
@EricLagerg clearly documented files that can't be loaded because they seem to contain HTML error page output or that are unwieldy Excel spreadsheet. Try to fix the URLs (likely in the datasource) so that real data can be downloaded and explicitly document the nasty Excel files.
The text was updated successfully, but these errors were encountered: