tiernanmartin/home-and-hope

Utilization: Gentle, Moderate, and Aggressive versions

tiernanmartin opened this issue · 1 comments

Split the UTILIZATION field into two fields:

Development Name User Name
UTILIZATION_MODERATE Utilization (Moderate)
UTILIZATION_AGGR Utilization (Aggressive)

UTILIZATION_MODERATE reflects whether the existing level of utilization multiplied by 3 is still less than the lot's potential utilization (UTIL_POTENTIAL_UTILIZATION_SQFT). The choice to multiply by 3 is somewhat arbitrary, but it seemed like a reasonable threshold that would weed out many lots with existing three-story buildings.

UTILIZATION_AGGR reflects whether the existing level of utilization is less than the lot's potential.

Use a ratio of the existing utilization to potential development:

Development Name User Name Note
UTILIZATION_GENTLE Utilization (Gentle) Sites without any existing building
UTILIZATION_MODERATE Utilization (Moderate) Sites with an existing-to-potential utilization ratio < 1:3
UTILIZATION_AGGR Utilization (Aggressive) Sites with an existing-to-potential utilization ratio < 1:1