Re: [gdal-dev] Installing GDAL on Win7

2014-03-24 Thread David Strip
On 3/24/2014 6:31 AM, Mike Flannigan wrote: > However DEFLATE is totally unreadable: > http://www.mflan.com/temp/deflate.jpg > in both Global Mapper and QGIS. Early in the qgis 2.x series one of popular the pre-built Windows binaries was built without DEFLATE compression. However this has been fi

Re: [gdal-dev] Installing GDAL on Win7

2014-03-24 Thread Mike Flannigan
On 3/24/2014 6:01 AM, Norman Vine wrote: Thank you all. I got it to work with the following command: gdal_translate -of GTiff -co "TILED=YES" -co "TFW=YES" C:\Copy\wp.pdf C:\Copy\wpt.tif --config GDAL_PDF_DPI 300 I would experiment with adding one of these Creation Options -co "COMPRESS=LZW"

Re: [gdal-dev] Installing GDAL on Win7

2014-03-24 Thread Norman Vine
On Mar 23, 2014, at 9:32 PM, Mike Flannigan wrote: > > Thank you all. I got it to work with the following > command: > gdal_translate -of GTiff -co "TILED=YES" -co "TFW=YES" C:\Copy\wp.pdf > C:\Copy\wpt.tif --config GDAL_PDF_DPI 300 I would experiment with adding one of these Creation Optio

Re: [gdal-dev] Installing GDAL on Win7

2014-03-24 Thread Jukka Rahkonen
Mike Flannigan att.net> writes: > > > > Thank you all.  I got it to work with the following > command: > gdal_translate -of GTiff -co "TILED=YES" -co "TFW=YES" > C:\Copy\wp.pdf C:\Copy\wpt.tif --config GDAL_PDF_DPI 300 > It works pretty good.  It converts a 11.1 MB PDF

Re: [gdal-dev] Installing GDAL on Win7

2014-03-23 Thread Mike Flannigan
Thank you all. I got it to work with the following command: gdal_translate -of GTiff -co "TILED=YES" -co "TFW=YES" C:\Copy\wp.pdf C:\Copy\wpt.tif --config GDAL_PDF_DPI 300 It works pretty good. It converts a 11.1 MB PDF into a 96MB Tiff file that zips up into a 57 MB file. These files are a

Re: [gdal-dev] Installing GDAL on Win7

2014-03-23 Thread Mike Flannigan
Thank you Randal and Tamas. I downloaded and unzipped "release-1600-x64-gdal-mapserver.zip " (Compiled binaries in a single .zip package) I see these files in 'C:\Copy\bin\gdal\apps': gdaladdo.exe gdalbu

Re: [gdal-dev] Installing GDAL on Win7

2014-03-23 Thread Tamas Szekeres
Regarding to gisinternals you may probably use the msi installers to have GDAL set up easily. Any of the 64 bit packages can be used, but the MSVC2010 versions are used most frequently. Best regards, Tamas 2014-03-23 17:51 GMT+01:00 Mike Flannigan : > > I see this is the developers list, so m

Re: [gdal-dev] Installing GDAL on Win7

2014-03-23 Thread Randal Hale
You could usee the OSGEO installer for windows - http://download.osgeo.org/osgeo4w/osgeo4w-setup-x86_64.exe You can use it to install a whole pile of software (QGIS etc) or just gdal which I think is at 1.10 from this install. Randy - Randal Hale, GISP North River Geographic

[gdal-dev] Installing GDAL on Win7

2014-03-23 Thread Mike Flannigan
I see this is the developers list, so maybe this is the wrong place to ask this question?? I'd like to install GDAL on Win7. I need to automate the conversion of thousands of GeoPDF's to GeoTiff's. I can do the automation part in other software if necessary, so I just need a basic convert utili