How to install the open-source environment for spatial network analysis

Source: Internet
Author: User

1. python2.7.exe download installation,: http://www.python.org/ftp/python/2.7/python-2.7.msi

 

2. Install gdal. Address: http://vbkto.dyndns.org/sdk /. Find a stable version of Python. Download core and gdal Python binding files such as GDAL-1.9.2.win32-py2.7.msi and gdal-19-1500-core.msi.

Then add the gdal installation path (for example, c: \ Program Files \ gdal) to the environment variable path.

Add the gdal data directory (for example, c: \ Program Files \ gdal-data) to the gdal_data variable (custom ).

Environment Variable addition method visible: http://www.veryhuo.com/a/view/42631.html

 

3. Install numpy.exe address: http://sourceforge.net/projects/numpy/files/NumPy/1.7.1/numpy-1.7.1-win32-superpack-python2.7.exe/download

 

4. Install the python Installation Tool setuptools. Source:Http://pypi.python.org/pypi/setuptools and add the installation directory to the environment variable path.

Test. Open the windows command interface and enter:Easy_install virtualenv and press Enter.

 

5. Install networkx. : Https://pypi.python.org/packages/2.7/n/networkx/networkx-1.7-py2.7.egg # MD5 = 1d4c59f1e894f39f8928be8718905969

Installation method. In Windows Command, enter:Easy_install C:/download/networkx-1.6-py2.7.egg (corresponding file address)

Then press Enter.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.