Re: [gdal-dev] PDF-->JPEG-->KML. Confused about association betweenKML bounding box and PDF's neatli

2010-10-22 Thread Boris Dev
arp -t_srs 'EPSG:4326' in.jpg out.jpg > > > HTH, Eli > > >>> Boris Dev 10/20/2010 2:28 PM >>> > thanks..I am almost there...I think I am making a simple usage typo? > > gdalwarp without the option '-t_srs EPSG:4326' works OK. > > But

Re: [gdal-dev] PDF-->JPEG-->KML. Confused about association between KML bounding box and PDF's neatline and corner coordinates.

2010-10-20 Thread Boris Dev
ordinates. > > Currently the entire page of the PDF is rendered into the image. Perhaps > we can convince Even to add an option to convert only the mapped area (or > mask everything else?) > > Best Regards, > Brent Fraser > > > On 10/20/2010 8:07 AM, Boris Dev wrote: &

[gdal-dev] PDF-->JPEG-->KML. Confused about association between KML bounding box and PDF's neatline and corner coordinates.

2010-10-20 Thread Boris Dev
My objective is to make a KML ground overlay with a geospatial PDF map. Using GDAL's translate utility I have converted the PDF to a JPEG. The next step and problem for me is to write the text of the KML ground overlay, which requires a text of bounding box information like this: 37.9190

Re: [gdal-dev] geoPDF file "not recognized as a supported format" by GDAL1.8dev ?

2010-10-18 Thread Boris Dev
link to the file that causes problem so I > can > see what's wrong with it > > Le jeudi 14 octobre 2010 21:24:38, Boris Dev a écrit : > > A GDAL doc <http://www.gdal.org/frmt_pdf.html> says GDAL1.8 handles > > geospatial PDF file (which I assume are the same

[gdal-dev] geoPDF file "not recognized as a supported format" by GDAL1.8dev ?

2010-10-14 Thread Boris Dev
A GDAL doc says GDAL1.8 handles geospatial PDF file (which I assume are the same as geoPDF topo files of the USGS). The problem is that after compiling GDAL1.8 from source GDAL doesn't recognize my geoPDF file. When I try both of the following: $gdalinfo my_ge