[postgis-tickets] [PostGIS] #1074: Matching on different street spelling?

PostGIS trac at osgeo.org
Sun Aug 23 19:22:24 PDT 2015


#1074: Matching on different street spelling?
-----------------------------+----------------------------
  Reporter:  mikepease       |      Owner:  robe
      Type:  defect          |     Status:  closed
  Priority:  medium          |  Milestone:  PostGIS Future
 Component:  tiger geocoder  |    Version:  1.5.X
Resolution:  worksforme      |   Keywords:
-----------------------------+----------------------------
Changes (by robe):

 * status:  new => closed
 * resolution:   => worksforme


Comment:

 Okay this seems to work as far as I can tell with tiger 2015 data.

 I do this:


 {{{
 SELECT (addy).*, * FROM geocode('1701 Main Street, Hopkins, MN 55343');
 }}}

 and get this with Tiger 2015


 {{{
  address | predirabbrev | streetname | streettypeabbrev | postdirabbrev |
 internal | location | stateabbrev |  zip  | parsed |                 addy
 |                      geomout                       | rating
 ---------+--------------+------------+------------------+---------------+----------+----------+-------------+-------+--------+--------------------------------------+----------------------------------------------------+--------
     1701 |              | Main       | St               |               |
 | Hopkins  | MN          | 55343 | t      |
 (1701,,Main,St,,,Hopkins,MN,55343,t) |
 0101000020AD1000002B00C6A7FB5A57C0C47324D253764640 |      0
 }}}

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