Opened 15 years ago
Closed 12 years ago
#1054 closed task (fixed)
Add -append option to v.out.ogr
Reported by: | jeleniste | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.0 |
Component: | Vector | Version: | |
Keywords: | ogr, v.in.ogr, append | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
-append option of ogr2ogr isn´t presented in v.out.ogr
Change History (6)
comment:1 by , 15 years ago
Keywords: | v.in.ogr append added |
---|---|
Milestone: | → 7.0.0 |
follow-up: 3 comment:2 by , 15 years ago
comment:3 by , 15 years ago
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 comment:4 by , 15 years ago
Oops. Sorry, you are right. I added the "update" option but never got around to also adding "append". My bad.
comment:5 by , 15 years ago
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]
comment:6 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
v.in.ogr
in G7 has
-a Append to existing layer instead of creating new if it exists
Closing, please re-open if needed.
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.