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.
I'm confused about why
farsgets filtered by theheightsvariable 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)max_heightvalue for the parcels actually being testedmax_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.