[postgis-tickets] [PostGIS] #3161: geocode_intersection returns a null rating for a specific intersection

PostGIS trac at osgeo.org
Wed Aug 19 18:39:22 PDT 2015


#3161: geocode_intersection returns a null rating for a specific intersection
-----------------------------+---------------------------
  Reporter:  alexreinhart    |      Owner:  robe
      Type:  defect          |     Status:  new
  Priority:  medium          |  Milestone:  PostGIS 2.2.0
 Component:  tiger geocoder  |    Version:  2.1.x
Resolution:                  |   Keywords:
-----------------------------+---------------------------

Comment (by robe):

 Okay i still need to investigate where the null is coming from, but the
 2015 seems to return more records (or again the changes I made to
 geocoder_intersection to increase limit affected this:


 {{{
 SELECT rating IS NULL, pprint_addy(addy), st_astext(geomout) FROM
 geocode_intersection('Main St', 'Geneva St', 'PA', 'Pittsburgh', '15201');
 }}}


 Gives


 {{{
  ?column? |            pprint_addy            |          st_astext
 ----------+-----------------------------------+-----------------------------
  f        | 345 Main St, Pittsburgh, PA 15201 | POINT(-79.956508
 40.466613)
  f        | 346 Main St, Pittsburgh, PA 15201 | POINT(-79.956508
 40.466613)
  f        | 347 Main St, Pittsburgh, PA 15201 | POINT(-79.956508
 40.466613)
  f        | 348 Main St, Pittsburgh, PA 15201 | POINT(-79.956508
 40.466613)
  t        | Main St, PA                       | POINT(-80.22262 41.571597)
 (5 rows)
 }}}

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3161#comment:2>
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-tickets mailing list