Quantcast
Channel: Tiger Geocode function not reading address - Geographic Information Systems Stack Exchange
Viewing all articles
Browse latest Browse all 2

Tiger Geocode function not reading address

$
0
0

I have gone through all of the of the steps to load Tiger Geocoder Extension, but something is not working. When I run through a number of addresses, all addresses are being assigned to the what I assume is the zip code centriod.

I run the code below which coalesces the columns containing the address elements into a format required for the geocode function. The second column I normalize the address to check that the normalizer is working.

The final column I ask for the geocode for the address. As the table below shows, the geocoder seems to ignore the street address and geocodes the zip code.

Any thoughts on what I have done wrong? (I do realize that I should remove the rows with PO Box, missing addresses or that lack street number, but that is a a second step to figuring out why the street number and name are not being processed in the geocode function.)

SELECT allpgq_ut.addr || '' || allpgq_ut.city || ', '|| allpgq_ut.st || '' || allpgq_ut.zip As geo,normalize_address(allpgq_ut.addr || '' || allpgq_ut.city || ', '|| allpgq_ut.st || '' || allpgq_ut.zip) As geo2,geocode(allpgq_ut.addr || '' || allpgq_ut.city || ', '|| allpgq_ut.st || '' || allpgq_ut.zip,1) As geo3FROM allpgq_ut ORDER BY allpgq_ut.zip, allpgq_ut.addr limit 20geo geo2    geo3 Altamont, UT 84001 (,,,,,,Altamont,UT,84001,t) ("(,,,,,,Altamont,UT,84001,t)",0101000020AD100000724EABF777925BC0367B8298E92D4440,100) Altamont, UT 84001 (,,,,,,Altamont,UT,84001,t) ("(,,,,,,Altamont,UT,84001,t)",0101000020AD100000724EABF777925BC0367B8298E92D4440,100) Altamont, UT 84001 (,,,,,,Altamont,UT,84001,t) ("(,,,,,,Altamont,UT,84001,t)",0101000020AD100000724EABF777925BC0367B8298E92D4440,100) Altamont, UT 84001 (,,,,,,Altamont,UT,84001,t) ("(,,,,,,Altamont,UT,84001,t)",0101000020AD100000724EABF777925BC0367B8298E92D4440,100)1 Altmnt Altamont, UT 84001 (1,,Altmnt,,,,Altamont,UT,84001,t)  ("(,,,,,,Altamont,UT,84001,t)",0101000020AD100000724EABF777925BC0367B8298E92D4440,100)1304 North  15000 Altamont, UT 84001    (1304,N,15000,,,,Altamont,UT,84001,t)   ("(,,,,,,Altamont,UT,84001,t)",0101000020AD100000724EABF777925BC0367B8298E92D4440,100)13750 West Sr 87 Altamont, UT 84001 (13750,W,"Sr 87",,,,Altamont,UT,84001,t)    ("(,,,,,,Altamont,UT,84001,t)",0101000020AD100000724EABF777925BC0367B8298E92D4440,100)14535 West 4000 North Altamont, UT 84001    (14535,W,4000,,N,,Altamont,UT,84001,t)  ("(,,,,,,Altamont,UT,84001,t)",0101000020AD100000724EABF777925BC0367B8298E92D4440,100)14535 West 4000 North Altamont, UT 84001    (14535,W,4000,,N,,Altamont,UT,84001,t)  ("(,,,,,,Altamont,UT,84001,t)",0101000020AD100000724EABF777925BC0367B8298E92D4440,100)15250 West 4000 North Altamont, UT 84001    (15250,W,4000,,N,,Altamont,UT,84001,t)  ("(,,,,,,Altamont,UT,84001,t)",0101000020AD100000724EABF777925BC0367B8298E92D4440,100)15268 West 4000 Altamont, UT 84001  (15268,W,4000,,,,Altamont,UT,84001,t)   ("(,,,,,,Altamont,UT,84001,t)",0101000020AD100000724EABF777925BC0367B8298E92D4440,100)153 South 13500 Altamont, UT 84001  (153,S,13500,,,,Altamont,UT,84001,t)    ("(,,,,,,Altamont,UT,84001,t)",0101000020AD100000724EABF777925BC0367B8298E92D4440,100)153 South 13500 Altamont, UT 84001  (153,S,13500,,,,Altamont,UT,84001,t)    ("(,,,,,,Altamont,UT,84001,t)",0101000020AD100000724EABF777925BC0367B8298E92D4440,100)15487 West 5000 North Altamont, UT 84001    (15487,W,5000,,N,,Altamont,UT,84001,t)  ("(,,,,,,Altamont,UT,84001,t)",0101000020AD100000724EABF777925BC0367B8298E92D4440,100)15547 West 4100 North Altamont, UT 84001    (15547,W,4100,,N,,Altamont,UT,84001,t)  ("(,,,,,,Altamont,UT,84001,t)",0101000020AD100000724EABF777925BC0367B8298E92D4440,100)15548 West 4000 North Altamont, UT 84001    (15548,W,4000,,N,,Altamont,UT,84001,t)  ("(,,,,,,Altamont,UT,84001,t)",0101000020AD100000724EABF777925BC0367B8298E92D4440,100)15548 West 4000 North Altamont, UT 84001    (15548,W,4000,,N,,Altamont,UT,84001,t)  ("(,,,,,,Altamont,UT,84001,t)",0101000020AD100000724EABF777925BC0367B8298E92D4440,100)15548 West 4000 North Altamont, UT 84001    (15548,W,4000,,N,,Altamont,UT,84001,t)  ("(,,,,,,Altamont,UT,84001,t)",0101000020AD100000724EABF777925BC0367B8298E92D4440,100)15548 West 4000 North Altamont, UT 84001    (15548,W,4000,,N,,Altamont,UT,84001,t)  ("(,,,,,,Altamont,UT,84001,t)",0101000020AD100000724EABF777925BC0367B8298E92D4440,100)15585 West 4000 North Altamont, UT 84001    (15585,W,4000,,N,,Altamont,UT,84001,t)  ("(,,,,,,Altamont,UT,84001,t)",0101000020AD100000724EABF777925BC0367B8298E92D4440,100)

Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images