-dev] ogr2ogr
I'm not certain what you are trying to do, but...
Consider the SQL "UNION", "UNION ALL", "INTERSECT", or "INTERSECT ALL"
statements perhaps? They allow you to combine the results of two queries into
a single result set (as a single que
Is there a method of having two –sql commands in one command prompt execution.
I have attempted
1. –sql “first statement ” –sql “second“
2. –sql “first; second“
3. sql “first “ “second“
4. –sql “first” –overwrite –skipfailures -sql “second” (an attempt to separate
the two).
Bob_
structured differently. (I’m using
engineering not geographic information.)
In email I have about a 3 meg limit.
Thanks.
Bob
From: Ralf Suhr
Sent: Wednesday, December 28, 2011 1:07 AM
To: Bob Pawley
Cc: gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] DXF to Postgis using ogr2ogr
Bob, you
correct as neither table has, or has had, a column
ogr_style.
Bob
From: Ralf Suhr
Sent: Wednesday, December 28, 2011 1:07 AM
To: Bob Pawley
Cc: gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] DXF to Postgis using ogr2ogr
Bob, you need a gdal version 1.8 or higher.
On Dienstag 27 Dezember 2011
text I get no errors.
In all of the commands I`ve run, the block table remains empty.
Bob
From: Ralf Suhr
Sent: Wednesday, December 21, 2011 1:30 AM
To: Bob Pawley
Cc: gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] DXF to Postgis using ogr2ogr
On Import you can't use -nln option or
nt: Monday, December 19, 2011 8:52 AM
To: Bob Pawley
Cc: gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] DXF to Postgis using ogr2ogr
http://www.gdal.org/ogr/drv_dxf.html
Does ogrinfo print out the "blocks" layer?
ogrinfo --config DXF_INLINE_BLOCKS FALSE File.dxf
INFO: Open
: Monday, December 19, 2011 12:58 AM
To: gdal-dev@lists.osgeo.org
Cc: Bob Pawley
Subject: Re: [gdal-dev] DXF to Postgis using ogr2ogr
Hi Bob,
the dxf driver writes to tables "entities" and "blocks". You have to
dereference the block layer yourself.
SELECT Translate(
I have imported a dxf file into Postgis using the following command line -
set DXF_INLINE_BLOCKS=FALSE&set DXF_MERGE_BLOCK_GEOMETRIES=FALSE&set
PGCLIENTENCODING=LATIN1&&ogr2ogr -f "PostgreSQL" PG:"host=localhost
user=postgres dbname=dbname password=pass" W_Works.dxf -nln Import_PID
-overwrite
Hi
I hope this is the right list.
I am attempting to use the FWTools to convert a .dxf file to a PostgreSQL
database.
I am using the following format -
ogr2ogr -f "PostgreSQL" PG: "host=Remote Host user=postgres dbname=E5R
password=Password p081.dxf
I receive an error message - unable to o