This version of bayarea_urbansim uses the urbansim_defaults repo, which shares basic urbansim models among different regions. Where code can be shared among regions, every attempt is made to do so.
There is also now a requirements.txt file as long as this file is kept in sync with the current bayarea_urbansim, to get the required version of urbansim_defaults and urbansim (even if they're not officially released), just run pip install -r requirements.txt
This version of bayarea_urbansim uses the urbansim_defaults repo, which shares basic urbansim models among different regions. Where code can be shared among regions, every attempt is made to do so.
This also integrates a working version os supply and demand which I will document more thoroughly in a response to this issue https://github.com/synthicity/urbansim/issues/110
There is also now a requirements.txt file as long as this file is kept in sync with the current bayarea_urbansim, to get the required version of urbansim_defaults and urbansim (even if they're not officially released), just run
pip install -r requirements.txt