SEMCOG / semcog_urbansim

7 stars 6 forks source link

`parcels` table don't have local column `max_height` which is required by the `urbansim_parcels` library #32

Closed tianxie1995 closed 2 years ago

tianxie1995 commented 2 years ago
_lookup_parking_cfg (/home/da/UDST/developer/developer/sqftproforma.py:709)
<genexpr> (/home/da/UDST/developer/developer/sqftproforma.py:577)
lookup (/home/da/UDST/developer/developer/sqftproforma.py:576)
lookup_by_form (/home/da/urbansim_parcels/urbansim_parcels/utils.py:735)
run_feasibility (/home/da/urbansim_parcels/urbansim_parcels/utils.py:788)
feasibility (/home/da/semcog_urbansim/models.py:1096)

This issue has been hotfixed in the clone branch semcog/urbansim_parcels. (commit) This fix loads entire 183 columns parcels table.

Possible improvement:

tianxie1995 commented 2 years ago

Added required variables to run_feasibility semcog/urbansim_parcels@95f3daa