Re: [gdal-dev] Geospatial PDF with OGR_DATASOURCE

2012-06-04 Thread Even Rouault
> > I made some quick trials by combining some raster base maps and > shapefiles and I am sure that this will be an amusing toy. But > with the default settings the vector features are almost invisible > on the map because of the drawing styles. I made a blind > trial with OGR Feature Styles and w

Re: [gdal-dev] Problems converting polygons to DXF with ogr2ogr

2012-06-04 Thread Stephen Woodbridge
Colin, You might want to try reading the dxf file the the Teigha File Convertor. This is a Windows utility that converts between dwg abd dxf and the various versions of both. Its a free download and I just used it to convert about 60K dwg files to dxf and it works great. You can specify what

[gdal-dev] Problems converting polygons to DXF with ogr2ogr

2012-06-04 Thread Colin Wright
With gdal 1.8 and 1.9 I am unable to convert any polygon datasets to DXF in a format where they can be read by AutoCad. Every time I try to open a DXF created with these versions I get the error: The following error was encountered while reading in HATCH starting at line 1546: Error: expected g

Re: [gdal-dev] reproject python numpy binary swath/lat/lon

2012-06-04 Thread David Hoese
On 6/1/12 1:44 PM, Jose Gomez-Dans wrote: Hi David, On 1 June 2012 18:47, David Hoese > wrote: I have 3 binary files, the image/swath 2D data and the corresponding 2D latitude and longitude pixel data from a previous processing step. The binary files were

Re: [gdal-dev] GeoPDF (TM) vs. GeoSpatial PDF

2012-06-04 Thread George Demmy
On Mon, Jun 4, 2012 at 5:02 AM, David Strip wrote: > On 6/3/2012 10:59 AM, George Demmy wrote: > >>> David Strip wrote: > > >>> >  When used in conjunction with the (free) TerraGo toolbar, the geoPDF >>> >  provides many more capabilities than a geo-spatial pdf, especially if >>> > the >>> >  pdf

Re: [gdal-dev] Geospatial PDF with OGR_DATASOURCE

2012-06-04 Thread Rahkonen Jukka
Even Rouault wrote: > > Le samedi 02 juin 2012 12:36:39, Jukka Rahkonen a écrit : > > Hi, > > > > I was reading about a possibility of adding OGR vector > layers on top of > > raster layer in geospatial pdf from http://gdal.org/frmt_pdf.html > > > > Are there any example commands available? I g