How to make a Grid Overlay of residences: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 4: Line 4:


{{editor steps|title=create a Grid Overlay of residences
{{editor steps|title=create a Grid Overlay of residences
| {{howtoblock|image=
| {{howtoblock|image=Average social unit size.jpg
  | Add an [[Average Overlay]], configured so that: | Name: Social residences | Attribute to average is SOCIAL_UNIT_SIZE_M2 | Averaging distance is 0 }}
  | Add an [[Average Overlay]], configured so that: | Name: Social residences | Attribute to average is SOCIAL_UNIT_SIZE_M2 | Averaging distance is 0 }}
| {{howtoblock|image=
| {{howtoblock|image=Average normal unit size.jpg
  | Add an [[Average Overlay]], configured so that: | Name: Market residences | Attribute to average is NORMAL_UNIT_SIZE_M2 | Averaging distance is 0 }}
  | Add an [[Average Overlay]], configured so that: | Name: Market residences | Attribute to average is NORMAL_UNIT_SIZE_M2 | Averaging distance is 0 }}
| {{howtoblock|image=
| {{howtoblock|image=Average luxe unit size.jpg
  | Add an [[Average Overlay]], configured so that: | Name: Luxury residences | Attribute to average is LUXE_UNIT_SIZE_M2 | Averaging distance is 0 }}
  | Add an [[Average Overlay]], configured so that: | Name: Luxury residences | Attribute to average is LUXE_UNIT_SIZE_M2 | Averaging distance is 0 }}
| {{howtoblock|image=
| {{howtoblock|image=Residences combo.jpg
  | Add an [[Combo Overlay]], configured so that: | Name: Residences | A: "Social residences" Overlay | B: "Market residences" Overlay | C: "Luxury residences" Overlay | Formula: GT(ADD(A,B,C),0) }}
  | Add an [[Combo Overlay]], configured so that: | Name: Residences | A: "Social residences" Overlay | B: "Market residences" Overlay | C: "Luxury residences" Overlay | Formula: GT(ADD(A,B,C),0) }}
| Switch to the "Legend" tab, and activate the "custom legend".
| Switch to the "Legend" tab, and activate the "custom legend".
| Remove all pre-existing entries.
| Remove all pre-existing entries.
| {{howtoblock|image=Residences combo custom legend.jpg
| Add an entry, configured so that: | Name: Not residences | value: 0 | Color: black }}
| {{howtoblock|image=
| {{howtoblock|image=
  | Add an entry, configured so that: | Name: Not residential | value: 0 | Color: black }}
  | Add an entry, configured so that: | Name: Residences | value: 1 | Color: lightgray }}
| {{howtoblock|image=
| Add an entry, configured so that: | Name: Residential | value: 0 | Color: lightgray }}
}}
}}



Revision as of 08:56, 18 September 2023

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. Average social unit size.jpg
    Add an Average Overlay, configured so that:
    Name: Social residences
    Attribute to average is SOCIAL_UNIT_SIZE_M2
    Averaging distance is 0
  2. Average normal unit size.jpg
    Add an Average Overlay, configured so that:
    Name: Market residences
    Attribute to average is NORMAL_UNIT_SIZE_M2
    Averaging distance is 0
  3. Average luxe unit size.jpg
    Add an Average Overlay, configured so that:
    Name: Luxury residences
    Attribute to average is LUXE_UNIT_SIZE_M2
    Averaging distance is 0
  4. Residences combo.jpg
    Add an Combo Overlay, configured so that:
    Name: Residences
    A: "Social residences" Overlay
    B: "Market residences" Overlay
    C: "Luxury residences" Overlay
    Formula: GT(ADD(A,B,C),0)
  5. Switch to the "Legend" tab, and activate the "custom legend".
  6. Remove all pre-existing entries.
  7. Residences combo custom legend.jpg
    Add an entry, configured so that:
    Name: Not residences
    value: 0
    Color: black
  8. Add an entry, configured so that:
    Name: Residences
    value: 1
    Color: lightgray

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