geary / google-election-center-data

Automatically exported from code.google.com/p/google-election-center-data
0 stars 0 forks source link

Utah pulling from Catalist, not VIP: Zip Code issue? #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Maybe we need a refresh of the Utah feed (we did accidentally have two entries 
-- now corrected), but:

495 N Center St Lehi UT

http://pollinglocation.apis.google.com/?q=495%20North%20center%20st,%20lehi,%20u
t&secretDebug=true

Uses catalist data: "id":
        "ut:lehi1"

When we have a perfectly valid VIP feed that gives the correct polling location 
(which catalist data does not), though with no zip code:

<street_segment 
id="1636237930"><start_house_number>401</start_house_number><end_house_number>49
9</end_house_number><odd_even_both>Odd</odd_even_both><non_house_address><street
_direction>N</street_direction><street_name>Center</street_name><street_suffix>S
t</street_suffix><state>UT</state><city>Lehi</city><zip>00000</zip></non_house_a
ddress><precinct_id>126000876</precinct_id></street_segment>

<precinct id="126000876"><name>Lehi 01</name><locality_id>10025</locality_id>...
<polling_location_id>133593022</polling_location_id>
<early_vote_site_id>133591999</early_vote_site_id></precinct>

<polling_location id="133593022"><address><location_name>Lehi Legacy 
Center</location_name><line1>123 N Center St</line1><line2 
/><city>Lehi</city><state>UT</state><zip>84043</zip></address></polling_location
>

Original issue reported on code.google.com by aaro...@gmail.com on 1 Nov 2010 at 3:10

GoogleCodeExporter commented 9 years ago
Cleaning up old issues, i had blocked UT from using catalist data and made the 
server special case UT for zip code issues.
(This needs to be fixed in the feed though for the future, i am going to revert 
the server change)

Original comment by dan...@google.com on 8 Nov 2010 at 10:00