BayAreaMetro / bayarea_urbansim

Bay Area Version of the UrbanSim Model
http://bayareametro.github.io/bayarea_urbansim
13 stars 11 forks source link

sqft per job factor should not be hard coded #337

Open akselx opened 10 months ago

akselx commented 10 months ago

Swap out hard coded value with the one set in

https://github.com/BayAreaMetro/bayarea_urbansim/blob/d36fedca13617f01ee6ab6d277fa9797b25695ca/baus/models.py#L804

and here: https://github.com/BayAreaMetro/bayarea_urbansim/blob/49b7da4ad5e52a942b7ec1499b66984d5b1062a6/baus/models.py#L856

with whatever is in the settings file: https://github.com/BayAreaMetro/bayarea_urbansim/blob/49b7da4ad5e52a942b7ec1499b66984d5b1062a6/configs/developer/developer_settings.yaml#L81