-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I'm confused about why fars gets filtered by the heights variable in this line in the pro forma model.
heightsis a copy of the height column in thedev_inforeference table. It's calculated from the FAR based on a parcel size of 10000 (the default value passed toparcel_sizes)- but it's compared to the
max_heightvalue for the parcels actually being tested - it seems like
max_heightshould be compared to the height generated from the actual parcel size, not the default 10000.
This might be working correctly but I want to come back to this for clarification. This shows up in my example for class, in the 'surface' loop of _lookup_parking_cfg.