Thu, Apr 15 2004
19:58:41
|
|
Request created by guest
|
|
Subject: [WISH:] extend v.[in|out].ogr
Platform: GNU/Linux/i386
grass obtained from: CVS
grass binary for platform: Compiled from Sources
GRASS Version: G57_CVS_checkout 20040415
Dear developers,
I would like to see some extend to v.[in|out].ogr to use layer creation option
via v.in.ogr like ogr2ogr offers.
Frank Warmerdam already suggested this on GRASS5 to use OGR more effectivly with
GRASS (-lco and -dsco from ogr2ogr).
Likewise something similar to the ogr2ogr -update and -append flags would be
useful.
Thanks
Stephan Holl
|
|
Mon, May 3 2004
12:32:11
|
|
Mail sent by mneteler
|
|
It should be rather easy to extend v.out.ogr:
http://gdal.maptools.org/ogr/ogr__api_8h.html#a150
The function OGR_Dr_CreateDataSource() needs to get added: papszOptions
In vector/v.out/ogr/main.c line 181
Suggestion: add a parameter 'lco=' to v.out.ogr.
Markus |
|
Tue, May 4 2004
22:47:02
|
|
Mail sent by mneteler
|
|
Hi,
I have implemented lco= and dsco= parameters into
v.out.ogr:
#Example: GRASS -> PostGIS
v.out.ogr input=frane_poly type=area dsn=PG:'host=localhost \
user=postgres dbname=postgis' layer=frane_poly \
format=PostgreSQL lco="OVERWRITE=YES"
Exporting 1210 areas...
GRASS Topology -> Simple Features conversion (may take some time)...
Processing area 1210... 100%
1460 features written
Cheers
Markus Neteler |
|
Sat, Jul 23 2005
12:53:46
|
|
Mail sent by msieczka
|
|
Hi Stephen
What is the status of your wish when talking of 6.1?
Maciek
Please "reply to all" so I receive a copy directly. |
|
Mon, Jul 25 2005
08:12:32
|
|
Mail sent by sholl@gmx.net
|
|
Return-Path |
<sholl@gmx.net>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
Date |
Mon, 25 Jul 2005 08:12:25 +0200
|
From |
Stephan Holl <sholl@gmx.net>
|
To |
Maciek Sieczka via RT <grass-bugs@intevation.de>
|
Cc |
grass5@grass.itc.it, werchowyna@epf.pl
|
Subject |
Re: [bug #2384] (grass) [WISH:] extend v.[in|out].ogr
|
Message-ID |
<20050725081225.70d9ef21@localhost>
|
In-Reply-To |
<20050723105346.531451005C9@lists.intevation.de>
|
References |
<20050723105346.531451005C9@lists.intevation.de>
|
X-Mailer |
Sylpheed-Claws 1.9.12cvs85 (GTK+ 2.6.8; i686-pc-linux-gnu)
|
X-Operating-System |
Debian GNU/Linux
|
X-Homepage |
http://www.gdf-hannover.de/holl/
|
X-PGP-Key |
http://www.gdf-hannover.de/holl/pgp_pubkey.asc
|
X-Face |
yuSM.z0$PasG_!+)P;ugu5P+@#JEocHIpArGcQZ^hcGos8:DBJ-tfTQYWyf`$2r0vfaoo7F|h.;Agl'@x8v]?{#ZLQDqSB:L^6RXGfF_fD+G9$c:)p<yycF[D a]*=*
|
Mime-Version |
1.0
|
Content-Type |
multipart/signed; boundary=Signature_Mon__25_Jul_2005_08_12_25_+0200_hrBu9ryOFcoT+ini; protocol="application/pgp-signature"; micalg=PGP-SHA1
|
X-Spam-Status |
No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
|
X-Spam-Level |
|
--Signature_Mon__25_Jul_2005_08_12_25_+0200_hrBu9ryOFcoT+ini
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable
Hello Maciek,=20
On Sat, 23 Jul 2005 12:53:46 +0200 (CEST) Maciek Sieczka via RT
<grass-bugs@intevation.de> wrote:
> Hi Stephen
>=20
>=20
>=20
> What is the status of your wish when talking of 6.1?
>=20
>=20
>=20
> Maciek
>=20
>=20
>=20
> Please "reply to all" so I receive a copy directly.
As you see on the tracker Markus has implemented the -lco and -dsco
parameters to v.out.ogr. So my wish seems done (since May 2004). I will
mark the wish as fixed.
Best
Stephan
--=20
Stephan Holl
Check headers for GnuPG Key!
http://www.gdf-hannover.de
--Signature_Mon__25_Jul_2005_08_12_25_+0200_hrBu9ryOFcoT+ini
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFC5ILLEg9SKhGUagkRAjYUAKCzl2XXIqTfuyxWd7EBacRPDy5fnQCgrtdw
4sdmnHBaju54+Z8TLiTiWOo=
=Gls1
-----END PGP SIGNATURE-----
--Signature_Mon__25_Jul_2005_08_12_25_+0200_hrBu9ryOFcoT+ini--
|
|
Mon, Jul 25 2005
08:12:40
|
|
Status changed to resolved by sholl
|
|