AutoRoute on Windows
1. Install Anaconda: https://www.continuum.io/downloads
2. GDAL package: http://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal
· 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”
6. Check the installation