Getting Setup With GDAL Manually: Difference between revisions

Content deleted Content added
No edit summary
 
Line 25:
 
===Running the Programs===
The GDAL programs can now be used. Use the ".exe" programs that were copied into "<tt>C:\GDAL\bin</tt>" and not located in the original "apps" folder. As anFor example the following batch file will use "gdal_translate.exe":<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>
<pre>
set gdal_translate="C:\GDAL\bin\gdal_translate.exe"