Friday, June 17, 2016

Set up AutoRoute on Windows

AutoRoute on Windows
·        Install MSVC, downloaded from http://www.gisinternals.com/release.php, and here are steps to decide which version to download.
o   Open Windows Command Processor by typing in cmd
o   Type in “ipython”

o   Find out which compiler you need
·        System Variable:
o   Edit System Variable: Add to Path- C:\Program Files\GDAL
o   Add two System Variable: (1) GDAL_DATA =  C:\Program Files\GDAL\gdal-data (2) GDAL_DRIVER_PATH = C:\Program Files\GDAL\gdalplugins
·        Move the directory to where the GDAL file is saved by cd “path”
·        Install GDAL package by “pip install GDAL-2.0.2-cp27-none-win_amd64.whl
·        Enter “from osgeo import gdal” in ipython concole to check the installation
3.  rapidpy package: https://github.com/erdc-cm/RAPIDpy
·        Download ZIP
·        Unzip the file
·        Move the directory where the zip file is saved
·         Type in “python setup.py install”

4. optcomplete 1.2-devel package: https://pypi.python.org/pypi/optcomplete/1.2-devel


6. Check the installation