Installation

J.W. (2020) Addressing Climate Change in Transport: Volume 2: Pathway to Resilient Transport. World Bank, Washington DC. DOI: 10.1596/32412

Requirements

Python and libraries

Python version 3.6 is required to run the scripts in this project. We suggest using miniconda to set up an environment and manage library dependencies.

Create a conda environment from the environment.yml definition:

conda env create -f environment.yml
conda install python-igraph

See http://igraph.org/python/ for instructions on Windows installation of python-igraph.

Activate the environment:

conda activate vietnam-transport

Set up the vtra package (this project) for development use:

python setup.py develop

GAMS

The economic model uses GAMS (General Algebraic Modeling System) via its python API. GAMS provide installation and licensing instructions.

Configuration