Results 45 issues of Geoffrey Hing

This is somewhat related to #2. I find this project to be extremely useful and a great framework for a task that I have to do often. In my projects,...

This work will be done over in https://github.com/openelections/openelections-data-ia Subtasks: - [x] Preprocess 20010612__ia__special__general__state_house__85__county.pdf - [x] Preprocess 20010612__ia__special__general__state_senate__43__county.pdf - [x] Preprocess 20011106__ia__special__general__state_house__82__county.pdf - [x] Preprocess 20020122__ia__special__general__state_house__28__county.pdf - [x] Preprocess 20020219__ia__special__general__state_senate__39__county.pdf -...

in progress
IA

- [ ] Update code on prod-1 - [ ] Load Washington results - [ ] Bake RawResults - [ ] Publish RawResults - [ ] Update website metadata

WA

A number of states, such as Washington, have dramatically different file structures that vary from election to election and county to county for precinct-level results. We should think of a...

task
idea

Write the [transforms](http://docs.openelections.net/guide/#transform) and [validators](http://docs.openelections.net/guide/#validate) for Washington. Fundamentally there should be a transform to create `Candidate`, `Contest` and `Result` records from the `RawResult` records created in the loader. Use best...

WA

Add canonical names of Washington offices and parties to the fixtures in `us/fixtures/office.csv` and `us/fixtures/party.csv`. These are used by the [transforms](http://docs.openelections.net/guide/#transform) to create the normalized records and relations. These fixtures...

WA

Implement Iowa transforms. This is also a running list of things to remember as I'm implementing loaders. - [ ] 2010 General Johnson County - no district in US Rep...

IA

Much of the precinct level results files for Washington seem to be aggregated from the counties and don't follow a consistent format. Also, many of the results are spread between...

WA

A friend of a friend wanted help scraping election data for Cook County Illinois. We ultimately wrote it in Ruby because she was a novice programmer and that's what she...

idea

Define a setting that would allow fetched files to live somewhere outside of the openelex package directory. This would allow core to just be pip installed and to keep data...

idea