#2981 closed defect (fixed)
standardize address returns no answer for particular highway
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | high | Milestone: | PostGIS 2.2.0 |
Component: | pagc_address_parser | Version: | master |
Keywords: | Cc: |
Description
I'm actually not sure what should be returned here but at very least the city and state I would think should be parseable
SELECT standardize_address('lex','gaz','rules', '1566 NEW STATE HWY, RAYNHAM, MA') ; returns: (,,,,,,,,,,,,,,,)
normalize_address seems to do much better:
SELECT normalize_address('1566 NEW STATE HWY, RAYNHAM, MA'); (1566,,NEW,"State Hwy",,,RAYNHAM,MA,,t)
Change History (3)
comment:1 by , 10 years ago
Priority: | medium → high |
---|
comment:2 by , 9 years ago
Owner: | changed from | to
---|
comment:3 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed at r14054
Version 0, edited 9 years ago by (next)
Note:
See TracTickets
for help on using tickets.
Well confirmed parse_address at least does the right thing:
New query should be:
The NEW seems to be what is tripping it up because this works: