Re: [gdal-dev] GeoPDF translation

2014-07-23 Thread Norman Vine
> > > -- > View this message in context: > http://osgeo-org.1560.x6.nabble.com/gdal-dev-GeoPDF-translation-tp3742508p5152932.html > Sent from the GDAL - Dev mailing list archive at Nabble.com. > ___ > gdal-dev mail

Re: [gdal-dev] GeoPDF translation

2014-07-23 Thread Eli Adam
l maps together, and it would > really help. > > Thanks > > > > -- > View this message in context: > http://osgeo-org.1560.x6.nabble.com/gdal-dev-GeoPDF-translation-tp3742508p5152932.html > Sent from the GDAL - Dev mailing list archive at Nabble.com. > ___

Re: [gdal-dev] GeoPDF translation

2014-07-23 Thread rkologist
Can someone help me figure out where to insert the code to also have this crop to the neat line? I need to tile several maps together, and it would really help. Thanks -- View this message in context: http://osgeo-org.1560.x6.nabble.com/gdal-dev-GeoPDF-translation-tp3742508p5152932.html Sent

Re: [gdal-dev] GeoPDF translation

2013-08-12 Thread jsschmidt
xstr[1]+ ' ' + ystr[1] gcp[2] = ' -gcp '+ CornerCol[2]+ ' ' + CornerRow[2]+ ' ' + xstr[2]+ ' ' + ystr[2] gcp[3] = ' -gcp '+ CornerCol[3]+ ' ' + CornerRow[3]+ ' ' + xstr[3]+ ' ' + ystr[3]

Re: [gdal-dev] GeoPDF translation

2011-12-13 Thread Even Rouault
Le mardi 13 décembre 2011 21:18:51, Smith, Michael a écrit : > Thanks to those of you who pointed out the obvious -co "GDAL_PDF_DPI" > which I somehow overlooked in the online docs. RTFM right... > > That said, I ran a test script using that CO and GDAL yields a warning > message and then makes t

RE: [gdal-dev] GeoPDF translation

2011-12-13 Thread Smith, Michael
Thanks to those of you who pointed out the obvious -co "GDAL_PDF_DPI" which I somehow overlooked in the online docs. RTFM right... That said, I ran a test script using that CO and GDAL yields a warning message and then makes the export at 150dpi anyway. gdal_translate -co "GDAL_PDF_DPI=300" -c

Re: [gdal-dev] GeoPDF translation

2011-12-13 Thread Derrick Brashear
On Tue, Dec 13, 2011 at 2:13 PM, Derrick Brashear wrote: > From my mail to geowankers: > > > gdalinfo $i|grep NEATLINE | awk -F= '{print "foo,WKT\nbla,\"" $2 "\""}' > > $i.csv; > gdalwarp -crop_to_cutline -cutline $i.csv -co "GDAL_PDF_DPI=250" -of > GTiff $i $i.tiff > > > On Tue, Dec 13, 2011 at

Re: [gdal-dev] GeoPDF translation

2011-12-13 Thread Derrick Brashear
>From my mail to geowankers: gdalinfo $i|grep NEATLINE | awk -F= '{print "foo,WKT\nbla,\"" $2 "\""}' > $i.csv; gdalwarp -crop_to_cutline -cutline $i.csv -co "GDAL_PDF_DPI=250" -of GTiff $i $i.tiff On Tue, Dec 13, 2011 at 1:58 PM, Smith, Michael wrote: > ** > I am trying to convert the histor

Re: [gdal-dev] GeoPDF translation

2011-12-13 Thread Brent Fraser
Michael,   GDAL's PDF format page says you can use the GDAL_PDF_DPI config option... Best Regards, Brent Fraser On 12/13/2011 11:58 AM, Smith, Michael wrote: I am trying to convert the historic USGS topo maps (Geo

Re: [gdal-dev] GeoPDF translation

2011-12-13 Thread Even Rouault
> > Is there some argument that would specify the dpi at which the GeoPDF > were rendered before conversion to GeoTIFF? I don't see anything like > that in the docs or the list archives. Oh! Did you check http://gdal.org/frmt_pdf.html ? If so, check again ;-) > > BTW if you haven't checked out

[gdal-dev] GeoPDF translation

2011-12-13 Thread Smith, Michael
I am trying to convert the historic USGS topo maps (GeoPDFs) into GeoTIFFs with GDAL 1.8 . A very straightforward thing to do is gdal_translate in.pdf out.tiff This works fine but the TIFF looks as if the PDF was exported at 150dpi, which is a pretty crappy resolution. Using something else (