[postgis-tickets] [PostGIS] #2816: Create data extension for address_standardizer

PostGIS trac at osgeo.org
Thu Apr 30 14:48:44 PDT 2015


#2816: Create data extension for address_standardizer
----------------------------------+---------------------------
  Reporter:  robe                 |      Owner:  woobri
      Type:  task                 |     Status:  new
  Priority:  high                 |  Milestone:  PostGIS 2.2.0
 Component:  pagc_address_parser  |    Version:  trunk
Resolution:                       |   Keywords:
----------------------------------+---------------------------
Changes (by robe):

 * priority:  medium => high


Comment:

 I was close to doing this but then realized my perl skills were too poor
 to accomplish this.  The issue is that the copy script the perl generates
 is no good for including into extension.

 These need to be changed to inserts instead of COPY from stdin.

 My lame solution was to dispense with those csvs and just export out those
 tables and get rid of the perl script.  That would mean these files will
 just need to be edited or exported when they change.  Not quite as easy as
 editing the CSV, but may be easier for other users to work with for
 building their own.

--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2816#comment:1>
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