Re: [GRASS-user] Problems with v.external

2007-12-09 Thread Hamish
> Andreas Neumann wrote: > >> I am trying to use postgis datasets read-only using v.external. However, > >> I am having problems. Here is my command: > >> > >> v.external dsn="PG:host=localhost dbname=uster user=an password=mypw" > >> layer=natur.naturnahe_gaerten output=gaerten > >> > >> And here

Re: [GRASS-user] Problems with v.external

2007-12-05 Thread Hans-Jörg Keiler
Hi Andreas, I had a similar problem (same error message) with postgis data, using "v.out.ogr". Don't know why I changed the position of the first quote from ... dsn='PG:host=localhost dbname=nrw2005 user=postgres' ... to ... 'dsn=PG:host=localhost dbname=nrw2005 user=postgres' ... But then it

Re: [GRASS-user] Problems with v.external

2007-12-04 Thread Andreas Neumann
see comments below: > Andreas Neumann wrote: >> I am trying to use postgis datasets read-only using v.external. However, >> I >> am having problems. Here is my command: >> >> v.external dsn="PG:host=localhost dbname=uster user=an password=mypw" >> layer=natur.naturnahe_gaerten output=gaerten >> >>

Re: [GRASS-user] Problems with v.external

2007-12-04 Thread Andreas Neumann
yes, PostgreSQL works in ogr. I also use it to import Interlis data to Postgis. Supported Formats: -> "ESRI Shapefile" (read/write) -> "MapInfo File" (read/write) -> "UK .NTF" (readonly) -> "SDTS" (readonly) -> "TIGER" (read/write) -> "S57" (read/write) -> "DGN" (read/write) -> "VR

Re: [GRASS-user] Problems with v.external

2007-12-04 Thread Hamish
Andreas Neumann wrote: > I am trying to use postgis datasets read-only using v.external. However, I > am having problems. Here is my command: > > v.external dsn="PG:host=localhost dbname=uster user=an password=mypw" > layer=natur.naturnahe_gaerten output=gaerten > > And here is my error message:

Re: [GRASS-user] Problems with v.external

2007-12-04 Thread Markus Neteler
hi Andreas, it seems to work here. Could it be that your OGR installation is not compiled with PG support? ogrinfo --formats tells you. Markus Andreas Neumann-7 wrote: > > Hello, > > I am trying to use postgis datasets read-only using v.external. However, I > am having problems. Here is my c

[GRASS-user] Problems with v.external

2007-12-04 Thread Andreas Neumann
Hello, I am trying to use postgis datasets read-only using v.external. However, I am having problems. Here is my command: v.external dsn="PG:host=localhost dbname=uster user=an password=mypw" layer=natur.naturnahe_gaerten output=gaerten And here is my error message: Sorry, is not a valid param