[postgis-devel] [PostGIS] #1051: Tiger Geocoder 2010 normalize_address bug - postDirAbbrev doesn't parse
PostGIS
trac at osgeo.org
Wed Jun 22 17:17:08 PDT 2011
#1051: Tiger Geocoder 2010 normalize_address bug - postDirAbbrev doesn't parse
-----------------------------+----------------------------------------------
Reporter: mikepease | Owner: robe
Type: defect | Status: closed
Priority: critical | Milestone: PostGIS 2.0.0
Component: tiger geocoder | Version: 1.5.X
Resolution: worksforme | Keywords:
-----------------------------+----------------------------------------------
Changes (by robe):
* status: new => closed
* resolution: => worksforme
Comment:
Mike I checked my current build and this works fine. So I suspect you
just need to update your geocoder. In the tiger folder, there is an
update_geocoder.bat script that should bring you up to date. Give it a
try.
When I run these -- this is what I get:
{{{
select * from normalize_address('212 3rd Ave N Minneapolis, MN 55401') ;
address | predirabbrev | streetname | streettypeabbrev | postdirabbrev |
internal | location | stateabbrev | zip | parsed
---------+--------------+------------+------------------+---------------+----------+-------------+-------------+-------+--------
212 | | 3rd | Ave | N |
| Minneapolis | MN | 55401 | t
(1 row)
select * from normalize_address('212 N 3rd Ave Minneapolis, MN 55401') ;
address | predirabbrev | streetname | streettypeabbrev | postdirabbrev |
internal | location | stateabbrev | zip | parsed
---------+--------------+------------+------------------+---------------+----------+-------------+-------------+-------+--------
212 | N | 3rd | Ave | |
| Minneapolis | MN | 55401 | t
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1051#comment:3>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list