[postgis-devel] [PostGIS] #886: Fix normalizing of multi street number range addresses
PostGIS
trac at osgeo.org
Sat Mar 26 16:51:43 PDT 2011
#886: Fix normalizing of multi street number range addresses
----------------------------+-----------------------------------------------
Reporter: robe | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: PostGIS Future
Component: tiger geocoder | Version: trunk
Keywords: |
----------------------------+-----------------------------------------------
SELECT normalize_address('123-125 Washington Avenue, Boston MA 02130')
converts the street number 123-125 to 123125.
The best would be to just take the first part 123 or alternatively create
a new field in norm_addy to hold the second 125.The second option while
more ideal is requires more rework of the logic to be aware of this
additional field.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/886>
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-devel
mailing list