How to make a Grid Overlay of residences

From Tygron Support wiki
Jump to navigation Jump to search

For some use-cases, it may be useful to have a Grid Overlay of locations of residences. Residences may sometimes be treated with additional care or consideration, or may have additional restrictions or protections applied to them. As such, having a dynamically calculated overview of their locations can be very relevant. Such a Grid Overlay can be created by testing which locations have a defined size for residences.

Editor → Current Situation (Ribbon tab) → Overlays (Ribbon bar)
How to create a Grid Overlay of residences:
  1. Add an Average Overlay.
  2. Set the averaging distance to 0.
  3. Set the target Attribute to "SOCIAL_UNIT_SIZE_M2".
  4. Duplicate the Average Overlay, and in the duplicate change "SOCIAL_UNIT_SIZE_M2" to "NORMAL_UNIT_SIZE_M2".
  5. Duplicate the Average Overlay again, and in the duplicate change "SOCIAL_UNIT_SIZE_M2" to "LUXE_UNIT_SIZE_M2".
  6. Add a Combo Overlay.
  7. For inputs A, B, and C, set the Average Overlays created earlier.
  8. For the formula, enter the following:
    GT(ADD(A,B,C),0).
  9. Switch to the "Legend" tab, and activate the "custom legend".
  10. Remove all but 2 of the pre-existing entries.
  11. Change one entry to a black color, and a value of 0. Change the name of the entry to "Not residential".
  12. Change the other entry to a lightgray color, and a value of 1. Change the name of the entry to "residential".

Notes

  • Although there are also "senior housing" and "student housing" categories of residences available, those are rarely used and as such not includes in the instructions. To add them, add 2 more Average Overlays with SENIOR_UNIT_SIZE_M2 and STUDENT_UNIT_SIZE_M2 respectively, add then to inputs D and E of the Combo Overlay, and expand the formula to include the D and E parameters: GT(ADD(A,B,C,D,E),0)

See also