[postgis-tickets] [PostGIS] #2522: parse_address('16 Berry Lane, skenectady, ny 12302') is wrong
PostGIS
trac at osgeo.org
Wed Oct 30 17:26:54 PDT 2013
#2522: parse_address('16 Berry Lane, skenectady, ny 12302') is wrong
---------------------------------+------------------------------------------
Reporter: woodbri | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.1.1
Component: pagc_address_parser | Version: 2.1.x
Keywords: |
---------------------------------+------------------------------------------
Comment(by woodbri):
Yes, that is the right thing to do.
I thought we were already using that package, but maybe not. The perl
package changed names when the author refactored it. It turns out that
then new package is not not compatible with pcre that is used in the C
code and I had to modify the generated regexp strings so they worked with
pcre.
I created a test file as I mentioned, it might be nice if that could be
turned into postgis test in some way. My plan is to expand on the tests
over time, but the current file tests that the high level parsing patterns
all work at least at a superficial level.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2522#comment:5>
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