/netbuffer

A tool to perform network based queries and aggregations on land use data.

Primary LanguagePythonOtherNOASSERTION

NetBuffer

NetBuffer is a tool to perform network based queries and aggregations on land use data. NetBuffer is implemented in the ActivitySim framework.

Here are some simple steps to install the package and run the example:

  1. Install Anaconda
  2. Install Netbuffer:
  • git clone https://github.com/RSGInc/netbuffer.git
  • cd netbuffer
  • conda env create -n environment.yaml
  • conda activate netbuffer
  • pip install .
  1. Run the example:
  • cd example_nashville
  • python run_netbuffer.py