RNet#
Package for modeling road networks.
Installation#
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