Getting Setup With GDAL Using OSGeo4W: Difference between revisions

Content deleted Content added
Created page with "The compiled GDAL binaries can be installed via '''<u>[https://trac.osgeo.org/osgeo4w/ OSGeo4W]</u>'''. Follow the instructions under '''Quick Start for OSGeo4W Users''' and c..."
 
No edit summary
Line 1:
The compiled GDAL binaries can be installed via '''<u>[https://trac.osgeo.org/osgeo4w/ OSGeo4W]</u>'''. Follow the instructions under '''Quick Start for OSGeo4W Users''' and choose "GDAL" as the package to install when prompted. The GDAL programs should be located in the installation directory, user in the "bin" folder. As an example:<br>
<pre>C:\OSGeo4W\bin</pre>
The GDAL programs should be ready to use as they are. For example the following batch file will use "gdal_translate.exe":<br>