Gdal 1.9 + python 2.7 Development Environment configuration, gdalpython
Recently, the project used the Cesium platform to build a web earth based on WegGl. The terrain data supports the terrain data in the terrain format. This format can be obtained by cutting dem using a python tool.
The following is a record of how to configure the gdal + python development environment. The system is win7 64-bit, but gdal and python are 32-bit, which has no effect (it took half a day to find the corresponding version at the time, if there are bugs in the latest versions, We will package the programs we use to facilitate subsequent download and download ).
First install numpy-1.10.1-win32-superpack-python2.7.exe, which is a python environment.
Then install the gdal-19-1600-core.msi, next step.
Finally install the GDAL-1.9.0.win32-py2.7.msi, which has the choice of python version, if the local installation of multiple versions of python, select the above version 2.7, and gdal corresponding.
After installation, You need to configure the following environment variables:
Finally, verify:
If no error is reported, the installation is successful!