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