Skip to content

psrc/netbuffer

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.3%
  • Batchfile 0.7%