/bayarea

Bay Area UrbanSim Parcel Model System

Primary LanguageJupyter NotebookBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Bay Area UrbanSim

Build Status Coverage Status

This is copied from the implementation of UrbanSim for LCOG (Lane Council of Governments, OR) and to be adopted for the Bay Area.

Setup

virtualenv venv --python=python3

source venv/bin/activate

pip install -r test-requirements.txt
pip install -r requirements.txt
``