[GRASS-dev] [GRASS GIS] #1054: Add -append option to v.out.ogr

#1054: Add -append option to v.out.ogr
-------------------------+--------------------------------------------------
Reporter: jeleniste | Owner: grass-dev@lists.osgeo.org
     Type: task | Status: new
Priority: normal | Milestone:
Component: Vector | Version:
Keywords: ogr | Platform: Unspecified
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
-append option of ogr2ogr isn´t presented in v.out.ogr

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1054&gt;
GRASS GIS <http://grass.osgeo.org>

#1054: Add -append option to v.out.ogr
--------------------------+-------------------------------------------------
  Reporter: jeleniste | Owner: grass-dev@lists.osgeo.org
      Type: task | Status: new
  Priority: normal | Milestone: 7.0.0
Component: Vector | Version:
Resolution: | Keywords: ogr, v.in.ogr, append
  Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Changes (by martinl):

  * keywords: ogr => ogr, v.in.ogr, append
  * milestone: => 7.0.0

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1054#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#1054: Add -append option to v.out.ogr
--------------------------+-------------------------------------------------
  Reporter: jeleniste | Owner: grass-dev@lists.osgeo.org
      Type: task | Status: new
  Priority: normal | Milestone: 7.0.0
Component: Vector | Version:
Resolution: | Keywords: ogr, v.in.ogr, append
  Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Comment (by benducke):

Right. That's why its useless for e.g. SQLite3 spatial tables.
And that's also why (if I remember right) I already added this option/flag
to v.out.ogr in GRASS 6.5 and 7 svn.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1054#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>

#1054: Add -append option to v.out.ogr
--------------------------+-------------------------------------------------
  Reporter: jeleniste | Owner: grass-dev@lists.osgeo.org
      Type: task | Status: new
  Priority: normal | Milestone: 7.0.0
Component: Vector | Version:
Resolution: | Keywords: ogr, v.in.ogr, append
  Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Comment (by martinl):

Replying to [comment:2 benducke]:
> Right. That's why its useless for e.g. SQLite3 spatial tables.
> And that's also why (if I remember right) I already added this
option/flag to v.out.ogr in GRASS 6.5 and 7 svn.

Unable to find this functionality in 6.5/7.0 v.in.ogr. Is it meant to be
in SVN?

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1054#comment:3&gt;
GRASS GIS <http://grass.osgeo.org>

#1054: Add -append option to v.out.ogr
--------------------------+-------------------------------------------------
  Reporter: jeleniste | Owner: grass-dev@lists.osgeo.org
      Type: task | Status: new
  Priority: normal | Milestone: 7.0.0
Component: Vector | Version:
Resolution: | Keywords: ogr, v.in.ogr, append
  Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Comment (by benducke):

Oops. Sorry, you are right. I added the "update" option but never got
around to also adding "append". My bad.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1054#comment:4&gt;
GRASS GIS <http://grass.osgeo.org>

#1054: Add -append option to v.out.ogr
--------------------------+-------------------------------------------------
  Reporter: jeleniste | Owner: grass-dev@lists.osgeo.org
      Type: task | Status: new
  Priority: normal | Milestone: 7.0.0
Component: Vector | Version:
Resolution: | Keywords: ogr, v.in.ogr, append
  Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Comment (by martinl):

Replying to [comment:4 benducke]:
> Oops. Sorry, you are right. I added the "update" option but never got
around to also adding "append". My bad.

Sorry, probably I am misunderstanding, checking G7, no "update" option...

{{{
v.in.ogr --help 2>&1 | grep update
[nothing]
}}}

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1054#comment:5&gt;
GRASS GIS <http://grass.osgeo.org>

#1054: Add -append option to v.out.ogr
--------------------------+-------------------------------------------------
  Reporter: jeleniste | Owner: grass-dev@…
      Type: task | Status: closed
  Priority: normal | Milestone: 7.0.0
Component: Vector | Version:
Resolution: fixed | Keywords: ogr, v.in.ogr, append
  Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Changes (by martinl):

  * status: new => closed
  * resolution: => fixed

Comment:

`v.in.ogr` in G7 has

{{{
   -a Append to existing layer instead of creating new if it exists
}}}

Closing, please re-open if needed.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1054#comment:6&gt;
GRASS GIS <http://grass.osgeo.org>