[postgis-devel] [PostGIS] #1310: City names with cardinal directions split by address normalizer

PostGIS trac at osgeo.org
Mon Nov 21 21:57:05 PST 2011


#1310: City names with cardinal directions split by address normalizer
----------------------------+-----------------------------------------------
 Reporter:  bpanulla        |       Owner:  robe         
     Type:  defect          |      Status:  new          
 Priority:  high            |   Milestone:  PostGIS 2.0.0
Component:  tiger geocoder  |     Version:  trunk        
 Keywords:                  |  
----------------------------+-----------------------------------------------
Changes (by bpanulla):

  * priority:  medium => high


Comment:

 I figured out how to turn on debugging in the normalize_address()
 function. It's fine the whole way along until it loses it at the very end.

 {{{
 NOTICE:  2011-11-21 21:54:07.337209-08 input: 1110 W CAPITOL AVE, WEST
 SACRAMENTO, CA
 NOTICE:  2011-11-21 21:54:07.337291-08 addressString: 1110
 NOTICE:  2011-11-21 21:54:07.337384-08 zipString: <NULL>
 NOTICE:  2011-11-21 21:54:07.337425-08 fullStreet: 1110 W CAPITOL AVE,
 WEST SACRAMENTO, CA
 NOTICE:  2011-11-21 21:54:07.337748-08 stateAbbrev: CA
 NOTICE:  2011-11-21 21:54:07.338475-08 fullStreet: W CAPITOL AVE
 NOTICE:  2011-11-21 21:54:07.338546-08 location: WEST SACRAMENTO
 NOTICE:  fullStreet: W CAPITOL AVE
 NOTICE:  location: WEST SACRAMENTO
 NOTICE:  internal: <NULL>
 NOTICE:  location: WEST SACRAMENTO
 NOTICE:  street Type: AVE, street Type abbrev: Ave
 NOTICE:  2011-11-21 21:54:07.340286-08 streetTypeAbbrev: Ave
 NOTICE:  2011-11-21 21:54:07.340622-08 reduced street:  W CAPITOL
 NOTICE:  2011-11-21 21:54:07.343659-08 location trying to extract postdir:
 WEST SACRAMENTO
 NOTICE:  2011-11-21 21:54:07.343919-08 postDir: W

 Total query runtime: 18 ms.
 1 row retrieved.
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1310#comment:1>
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