[postgis-devel] [PostGIS] #1086: Issue with parsing out location

PostGIS trac at osgeo.org
Thu Jun 30 19:20:22 PDT 2011


#1086: Issue with parsing out location
----------------------------+-----------------------------------------------
 Reporter:  robe            |       Owner:  robe         
     Type:  defect          |      Status:  new          
 Priority:  high            |   Milestone:  PostGIS 2.0.0
Component:  tiger geocoder  |     Version:  1.5.X        
 Keywords:                  |  
----------------------------+-----------------------------------------------
 Refer to http://www.postgis.org/pipermail/postgis-
 devel/2011-June/014051.html

 In short from post:

 {{{
 The following works as I would expect.

 select normalize_address('949 N 3rd St, New Hyde Park, NY 11040');
               normalize_address
 ---------------------------------------------
  (949,N,3rd,St,,,"New Hyde Park",NY,11040,t)


 However if a "," is added after the state, then I get a completely
 different
 answer, which is not what I would expect:

 select normalize_address('949 N 3rd St, New Hyde Park, NY, 11040');
                normalize_address
 -----------------------------------------------
  (949,N,"3rd St, New Hyde",Park,,,,NY,11040,t)

 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1086>
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