Opened 12 years ago

Last modified 7 years ago

#1460 new defect

Tiger Geocoder can't handle concatenated street names

Reported by: arencambre Owned by: robe
Priority: medium Milestone: PostGIS Fund Me
Component: tiger geocoder Version: master
Keywords: Cc: aren@…, woodbri

Description

In tx_edges, the street name is S Belt Line Rd. I can't geocode if my data instead has S. Beltline.

This works:

SELECT ST_AsEWKT(geomout) FROM geocode_intersection('S. Belt Line', 'Dividend', 'TX', 'Coppell') ORDER BY rating ASC LIMIT 1;

This gives no results:

SELECT ST_AsEWKT(geomout) FROM geocode_intersection('S. Beltline', 'Dividend', 'TX', 'Coppell') ORDER BY rating ASC LIMIT 1;

Change History (4)

comment:1 by robe, 12 years ago

Milestone: PostGIS 2.0.0PostGIS Future

this one is an even messier one to deal with as there are many streets that have road types as part of their name.

comment:2 by arencambre, 12 years ago

OK, but note that the road type isn't being concatenated with the name here. This is where the name in the database is Belt Line Rd, but the name that I was trying to geocode was Beltline Rd..

I think you may have a point with roads like Buffalo Speedway in Houston. Speedway is the apparent road type, although the road is never referred to as just Buffalo. (Truly, the road is indistinguishable from other low speed, Houston-area inner loop collectors.)

comment:3 by woodbri, 11 years ago

Cc: woodbri added

comment:4 by robe, 7 years ago

Milestone: PostGIS FuturePostGIS Fund Me

Milestone renamed

Note: See TracTickets for help on using tickets.