Ticket #1054 (closed task: fixed)

Opened 3 years ago

Last modified 3 months ago

Add -append option to v.out.ogr

Reported by: jeleniste Owned by: grass-dev@…
Priority: normal Milestone: 7.0.0
Component: Vector Version:
Keywords: ogr, v.in.ogr, append Cc:
Platform: Unspecified CPU: Unspecified

Description

-append option of ogr2ogr isn´t presented in v.out.ogr

Change History

  Changed 3 years ago by martinl

  • keywords ogr, v.in.ogr, append added; ogr removed
  • milestone set to 7.0.0

follow-up: ↓ 3   Changed 3 years ago 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.

in reply to: ↑ 2   Changed 3 years ago by martinl

Replying to 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?

follow-up: ↓ 5   Changed 3 years ago by benducke

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

in reply to: ↑ 4   Changed 3 years ago by martinl

Replying to 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]

  Changed 3 months ago by martinl

  • status changed from new to closed
  • resolution set to fixed

v.in.ogr in G7 has

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

Closing, please re-open if needed.

Note: See TracTickets for help on using tickets.