I'm using the Arcgis10.2,python version, which is automatically installed by ArcGIS Pythin2.7
1, download Gdal-111-1700-core.msi and corresponding Gdal-1.11.1.win32-py2.7.msi address is:
Http://www.gisinternals.com/query.html?content=filelist&file= Release-1700-gdal-1-11-1-mapserver-6-4-1.zip
There are a lot of things, mainly for different applications, do not tube, download their own needs, my computer is 64 bits, but the python is 32-bit, so download the corresponding 32-bit version.
2. Install Gdal-111-1700-core.msi The next step is on the line. When you install Gdal-1.11.1.win32-py2.7.msi again,
Select Reset path and write down this path, which will be useful later
2. After the installation is complete, copy all contents of D:\PythonX\Lib\site-packages to the Python installation directory: C:\Python27\ArcGIS10.2\Lib\site-packages.
3. Setting environment variables: Path:c:\program Files (x86) \gdal
You can use it without a problem.
ArcGIS Desktop Development, Python's approach to referencing the Gdal library