Ticket #1461 (new defect)
Tiger Geocoder doesn't anticipate irregular spacing in road name
| Reported by: | arencambre | Owned by: | robe |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.2.0 |
| Component: | pagc_address_parser | Version: | trunk |
| Keywords: | Cc: | aren@…, woodbri |
Description
The tx_edges table uses I- 635 instead of the more consistent I-635.
This looks weird but works:
SELECT ST_AsEWKT(geomout) FROM geocode_intersection('N. Belt Line', 'I- 635', 'TX', 'Coppell') ORDER BY rating ASC LIMIT 1;
This looks correct but doesn't work:
SELECT ST_AsEWKT(geomout) FROM geocode_intersection('N. Belt Line', 'I-635', 'TX', 'Coppell') ORDER BY rating ASC LIMIT 1;
Seems like the geocoder needs to work around these kind of errors in the Tiger data.
Change History
Note: See
TracTickets for help on using
tickets.
