[postgis-tickets] [PostGIS] #2760: geocoder producing erronous results
PostGIS
trac at osgeo.org
Tue Jun 17 12:52:33 PDT 2014
#2760: geocoder producing erronous results
--------------------------+-------------------------------------------------
Reporter: infinityedge | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone:
Component: postgis | Version: 2.1.x
Keywords: geocoder |
--------------------------+-------------------------------------------------
Comment(by infinityedge):
I reinstalled the geocoder by cascade dropping the tiger schema,
reinstalling the geocoder extension, exporting loader scripts (edited
versions attached), then running those scripts.
Geocoding is still useless:
california=# select (geocode('One Shields Avenue Davis, CA 95616',100));
geocode
-------------------------------------------------------------------------------------
("(,,,,,,Davis,CA,95616,t)",0101000020AD100000E14FB563246F5EC0FDCC369010474340,100)
(1 row)
california=# select (geocode('805 Russell Blvd, Davis, CA 95616',100));
geocode
-------------------------------------------------------------------------------------
("(,,,,,,Davis,CA,95616,t)",0101000020AD100000E14FB563246F5EC0FDCC369010474340,100)
(1 row)
california=# select (geocode('30 LA PATERA CT., CAMARILLO, CA 9301',1));
geocode
----------------------------------------------------------------------------------------
("(,,,,,,Camarillo,CA,9301,t)",0101000020AD10000094427E4216C25DC040DA73608C1C4140,100)
(1 row)
california=# select (geocode('280 SKYWAY DRIVE, CAMARILLO, CA 93010',1));
geocode
-----------------------------------------------------------------------------------------
("(,,,,,,Camarillo,CA,93010,t)",0101000020AD10000094427E4216C25DC040DA73608C1C4140,100)
(1 row)
It didn't used to be this bad. The prior version geocoded the same list
I'm working with just fine. What has changed in the geocoder, and is there
any way to work around it?
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2760#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-tickets
mailing list