| 1 |
GDAL Binary Distribution for Windows |
|---|
| 2 |
==================================== |
|---|
| 3 |
|
|---|
| 4 |
This distribution contains files necessary to use GDAL utility applications, |
|---|
| 5 |
as well as library and include files necessary to compile and link other |
|---|
| 6 |
programs against GDAL. It also include support for using GDAL from Python 2.0. |
|---|
| 7 |
|
|---|
| 8 |
Local information about GDAL can be found in html\index.html. |
|---|
| 9 |
|
|---|
| 10 |
eg. |
|---|
| 11 |
start html\index.html |
|---|
| 12 |
|
|---|
| 13 |
Central information can be found at: |
|---|
| 14 |
|
|---|
| 15 |
http://www.remotesensing.org/gdal |
|---|
| 16 |
|
|---|
| 17 |
|
|---|
| 18 |
Installation |
|---|
| 19 |
------------ |
|---|
| 20 |
|
|---|
| 21 |
It is sufficient to unzip this distribution somewhere on your harddrive, and |
|---|
| 22 |
add the GDALxxx\BIN directory to your path (where xxx is the version). |
|---|
| 23 |
Alternatively, just copy the contents of the BIN directory to somewhere in |
|---|
| 24 |
your path. |
|---|
| 25 |
|
|---|
| 26 |
For those wanting to develop with GDAL using VC++ commandline tools, a small |
|---|
| 27 |
setup script has been written to update the environment appropriately. To |
|---|
| 28 |
use it, edit SETUP_GDAL.BAT, and modify the GDAL_DIR environment to point to |
|---|
| 29 |
where GDAL has been put. Then run SETUP_GDAL.BAT in a DOS window before |
|---|
| 30 |
trying to compile against GDAL. |
|---|
| 31 |
|
|---|
| 32 |
Utility Programs |
|---|
| 33 |
---------------- |
|---|
| 34 |
|
|---|
| 35 |
The following GDAL and OGR utility programs should be available in the bin |
|---|
| 36 |
directory. Visit the GDAL web page for more information on the utility |
|---|
| 37 |
programs. |
|---|
| 38 |
|
|---|
| 39 |
gdalinfo.exe: Report summary information about a GDAL supported raster file. |
|---|
| 40 |
gdal_translate.exe: Translate GDAL supported raster files into other formats. |
|---|
| 41 |
gdaladdo: Add overviews to selected GDAL supported formats. |
|---|
| 42 |
ogrinfo: Dump information about OGR supported vector formats. |
|---|
| 43 |
ogr2ogr: Translate OGR supported vector formats to OGR supported formats. |
|---|
| 44 |
|
|---|
| 45 |
|
|---|
| 46 |
More Detailed Manifest |
|---|
| 47 |
---------------------- |
|---|
| 48 |
|
|---|
| 49 |
BIN All distributed executables, and the DLLs required for them. |
|---|
| 50 |
The GDAL11.DLL is the main GDAL/OGR DLL. PROJ.DLL is the |
|---|
| 51 |
PROJ.4 DLL used by GDAL for reprojection. |
|---|
| 52 |
|
|---|
| 53 |
HTML Web pages, a snapshot of the www.remotesensing.org/gdal web |
|---|
| 54 |
pages at the time the distribution was prepared. |
|---|
| 55 |
|
|---|
| 56 |
INCLUDE GDAL and OGR include files. |
|---|
| 57 |
|
|---|
| 58 |
LIB GDAL/OGR libraries. GDAL.LIB is the omnibus GDAL/OGR static |
|---|
| 59 |
library. GDAL_I.LIB is the stub (interface) library for the |
|---|
| 60 |
GDAL11.DLL. Link against GDAL_I.LIB to use the DLL. |
|---|
| 61 |
|
|---|
| 62 |
DATA Data files required by OGRSpatialReference and the GDAL |
|---|
| 63 |
GeoTIFF driver for looking up EPSG coordinate systems. Define |
|---|
| 64 |
GEOTIFF_CSV to point to the directory where these files are |
|---|
| 65 |
found. |
|---|
| 66 |
|
|---|
| 67 |
PYMOD Python extensions for GDAL. Add this directory to your |
|---|
| 68 |
PYTHONPATH to use from python. |
|---|
| 69 |
|
|---|
| 70 |
Supported Formats |
|---|
| 71 |
----------------- |
|---|
| 72 |
|
|---|
| 73 |
The html\formats_list.html document contains a generic list of supported |
|---|
| 74 |
formats for GDAL, but the following issues should be kept in mind for standard |
|---|
| 75 |
builds on Windows: |
|---|
| 76 |
|
|---|
| 77 |
GDAL: |
|---|
| 78 |
o OGDI is omitted. |
|---|
| 79 |
o FITS is omitted. |
|---|
| 80 |
o GRASS omitted. |
|---|
| 81 |
o JPEG, PNG, GeoTIFF are all using internal library code. |
|---|
| 82 |
|
|---|
| 83 |
OGR: |
|---|
| 84 |
o OGDI omitted. |
|---|
| 85 |
o PostgreSQL omitted. |
|---|
| 86 |
|
|---|