You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm confused about why fars gets filtered by the heights variable in this line in the pro forma model.
heights is a copy of the height column in the dev_info reference table. It's calculated from the FAR based on a parcel size of 10000 (the default value passed to parcel_sizes)
but it's compared to the max_height value for the parcels actually being tested
it seems like max_height should 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.
The text was updated successfully, but these errors were encountered:
I'm confused about why
fars
gets filtered by theheights
variable in this line in the pro forma model.heights
is a copy of the height column in thedev_info
reference table. It's calculated from the FAR based on a parcel size of 10000 (the default value passed toparcel_sizes
)max_height
value for the parcels actually being testedmax_height
should 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
.The text was updated successfully, but these errors were encountered: