[GRASS-dev] [GRASS GIS] #662: db.in.ogr: allow --overwrite

GRASS GIS trac at osgeo.org
Tue Aug 21 10:44:12 PDT 2012


#662: db.in.ogr: allow --overwrite
--------------------------+-------------------------------------------------
  Reporter:  timmie       |       Owner:  grass-dev@…              
      Type:  enhancement  |      Status:  closed                   
  Priority:  normal       |   Milestone:  6.4.2                    
 Component:  Database     |     Version:  svn-releasebranch64      
Resolution:  fixed        |    Keywords:  db.in.ogr, overwrite     
  Platform:  Unspecified  |         Cpu:  Unspecified              
--------------------------+-------------------------------------------------
Changes (by neteler):

  * status:  new => closed
  * version:  svn-develbranch6 => svn-releasebranch64
  * resolution:  => fixed
  * milestone:  6.4.0 => 6.4.2


Comment:

 It has been implemented and it works nicely in 6.4.svn:
 {{{
 GRASS 6.4.3svn (nc_spm_08):~ > db.in.ogr geonames_features.csv
 Imported table <geonames_features_csv> with 655 rows
 GRASS 6.4.3svn (nc_spm_08):~ > db.in.ogr geonames_features.csv
 ERROR: Table <geonames_features_csv> already exists
 GRASS 6.4.3svn (nc_spm_08):~ > db.in.ogr geonames_features.csv --o
 Imported table <geonames_features_csv> with 655 rows
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/662#comment:2>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list