[postgis-tickets] [PostGIS] #4826: Geocoder gives goofy resutls for 1 Main St, Hanover, MA

PostGIS trac at osgeo.org
Fri Jan 8 12:58:30 PST 2021


#4826: Geocoder gives goofy resutls for 1 Main St, Hanover, MA
-----------------------------+---------------------------
  Reporter:  robe            |      Owner:  robe
      Type:  defect          |     Status:  new
  Priority:  medium          |  Milestone:  PostGIS 3.1.1
 Component:  tiger geocoder  |    Version:  3.1.x
Resolution:                  |   Keywords:
-----------------------------+---------------------------

Comment (by robe):

 Can you try this:


 {{{
 DELETE FROM tiger_data.custom_zip_lookup_base_custom
 WHERE zip IN(SELECT zip FROM tiger.zip_lookup_base WHERE
 tableoid::regclass::text != 'tiger_data.custom_zip_lookup_base_custom');
 }}}

 and then retest.  Hopefully that should get rid of all the ones that are
 unlikely.

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