Package for modeling road networks.
To install the development version, do:
$ git clone https://github.com/ksakazaki/rnet.git $ cd rnet $ pip install -r requirements.txt $ pip install -e .
Follow the instructions here to work in a Python virtual environment.
The recommended way for importing RNet is:
>>> import rnet as rn