[postgis-tickets] [PostGIS] #2760: geocoder producing erronous results

PostGIS trac at osgeo.org
Mon Jun 16 15:29:22 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      |  
--------------------------+-------------------------------------------------
 I had previously geocoded a set of Californian addresses successfully
 using a previous version of postgis (postgres 9.1 and postgis 2.1 I
 think).

 Now, using the same set of addresses, I am getting some strange errors.
 For example:

 select (geocode('30 LA PATERA CT., CAMARILLO, CA 9301',1));

 returns
 ("(,,,,,,Camarillo,CA,93010,t)",0101000020AD100000CB0A33FFC6C45DC0D42A976F6A1D4140,100)

 I have a bunch of these that have been geododed to the town in general, or
 sometimes to a whole new town:

  addid |                      address                       |    lon     |
 lat    |                new_address                 | rating
 -------+----------------------------------------------------+------------+----------+--------------------------------------------+--------
    130 | 1722 S. LEWIS RD., CAMARILLO, CA 93012             | -119.79024 |
 36.75442 | 1722 E Lewis Ave, Fresno, CA 93701         |     26
    131 | 1722 S. LEWIS RD., CAMARILLO, CA 93012             | -119.79024 |
 36.75442 | 1722 E Lewis Ave, Fresno, CA 93701         |     26
    241 | 601 DAILY DRIVE STE. 224, CAMARILLO, CA 93012      | -122.12970 |
 37.72027 | Daily Dr, STE. 224, San Leandro, CA 94577  |     19
    242 | 4001 MISSION OAKS BL. STE K&T, CAMARILLO, CA 93012 | -119.07465 |
 34.22981 | Camarillo, CA 93010                        |    100
    436 | 280 SKYWAY DRIVE, CAMARILLO, CA 93010              | -123.77127 |
 40.12537 | 280 Skyway Rd, Benbow, CA 95542            |     20
    501 | 3639 EAST LAS POSAS ROAD #117, CAMARILLO, CA 93010 | -121.75601 |
 37.70194 | 3639 Las Positas Rd, Dublin, CA 94550      |     33
   1022 | 380 ARNEILL ROAD, CAMARILLO, CA 93011              | -114.61132 |
 32.75287 | Arnold Rd, Winterhaven, CA 92283           |     53
   2290 | 161 MARKER AVENUE, CAMARILLO, CA 93010             | -122.13531 |
 37.70544 | Margery Ave, San Leandro, CA 94578         |     40
   6012 | 1758 SOUTH LEWIS ROAD, CAMARILLO, CA 93012         | -119.53975 |
 36.70130 | S Lewis Ln, Centerville, CA 93657          |     25
   7676 | 1601 TEMPLE AVENUE, CAMARILLO, CA 93010            | -120.56026 |
 37.02440 | Temple Ave, Dos Palos, CA 93620            |     20
   7886 | 4451 E. LAS POSAS RD., CAMARILLO, CA 93010         | -121.74394 |
 37.69889 | 4451 Las Positas Rd, Livermore, CA 94551   |     34
   7985 | ONE UNIVERSITY DR., CAMARILLO, CA 93012            | -119.07465 |
 34.22981 | Camarillo, CA 93010                        |    100


 Is there something wrong with the geocoder install, is this a known bug
 with the current version, or am I alone with this problem?

 Enviroment:
 -- Ubuntu 14.04 LTS
 -- PostgreSQL 9.3.4 on x86_64-unknown-linux-gnu, compiled by gcc (Ubuntu
 4.8.2-16ubuntu6) 4.8.2, 64-bit
 -- POSTGIS="2.1.3 r12547" GEOS="3.4.2-CAPI-1.8.2 r3921" PROJ="Rel. 4.8.0,
 6 March 2012" GDAL="GDAL 1.11.0, released 2014/04/16" LIBXML="2.9.1"
 LIBJSON="UNKNOWN" TOPOLOGY RASTER


 Thanks for any insights,
 --Christopher

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