How to compute residences within walking distance of significant usable public green: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 7: Line 7:
| Create a Grid Overlay which highlights which locations are to be considered "residences", such that:<br>Locations which are not residential have a value of 0.<br>Locations which are a residence have a value of 1.
| Create a Grid Overlay which highlights which locations are to be considered "residences", such that:<br>Locations which are not residential have a value of 0.<br>Locations which are a residence have a value of 1.
| Create a Grid Overlay which highlights which locations are to be considered "public space", such that:<br>Locations which are not public have a value of 0.<br>Locations which are publicly accessible have a value of 1.
| Create a Grid Overlay which highlights which locations are to be considered "public space", such that:<br>Locations which are not public have a value of 0.<br>Locations which are publicly accessible have a value of 1.
| Add an [[Average Overlay]], configured so that<br>Attribute to average is [[green space (Function Value)|GREEN_M2]]<br>Averaging distance is 0.
| Add an [[Average Overlay]], configured so that:<br>Name: Green<br>Attribute to average is [[green space (Function Value)|GREEN_M2]]<br>Averaging distance is 0.
| Add a [[Combo Overlay]], configured so that:<br>Input A: Public space Overlay.<br>Input B:GREEN_M2 Overlay.<br>Formula: AND(GT(A,0),GT(B,0))
| Add a [[Combo Overlay]], configured so that:<br>Name: Public green<br>Input A: Public space Overlay.<br>Input B:GREEN_M2 Overlay.<br>Formula: AND(A, GT(B, 0))
 
| Add an [[Average Overlay]], configured so that:<br>Name: Fraction of green nearby<br>Input is a Grid Input Overlay.<br>Input: The [[Combo Overlay]] made in the previous step.<br>Averaging distance is 80.
| Add a [[Combo Overlay]], configured so that:<br>Name: 1 hectare of green<br>Input A: The [[Average Overlay]] made in the previous step.<br>Formula: MUL(A, MUL(POW(80, 2), 3.14159))
| Add an [[Average Overlay]] configured so that:<br>Name: Environment of large green areas<br>Input is a Grid Input Overlay.<br>Input: The "1 hectare of green" [[Combo Overlay]].<br>Averaging distance is 80.
}}
}}



Revision as of 07:04, 4 September 2023

This article is a stub.

For the 3-30-300 guidelines, the rule indicated by the "300" is residences must be within 300 meters (walking distance) of accessible and usable green at least 1 hectare in size. This can be computed in the Tygron Platform by creating a determination of what green qualifies as accessible and usable green, where at least 1 hectare of such green exists, what green is part of that 1 hectare structure, and what routes towards that structure exists.

Editor → Current Situation (Ribbon tab) → Overlays (Ribbon bar)
How to compute residences within walking distance of significant usable public green:
  1. Create a Grid Overlay which highlights which locations are to be considered "residences", such that:
    Locations which are not residential have a value of 0.
    Locations which are a residence have a value of 1.
  2. Create a Grid Overlay which highlights which locations are to be considered "public space", such that:
    Locations which are not public have a value of 0.
    Locations which are publicly accessible have a value of 1.
  3. Add an Average Overlay, configured so that:
    Name: Green
    Attribute to average is GREEN_M2
    Averaging distance is 0.
  4. Add a Combo Overlay, configured so that:
    Name: Public green
    Input A: Public space Overlay.
    Input B:GREEN_M2 Overlay.
    Formula: AND(A, GT(B, 0))
  5. Add an Average Overlay, configured so that:
    Name: Fraction of green nearby
    Input is a Grid Input Overlay.
    Input: The Combo Overlay made in the previous step.
    Averaging distance is 80.
  6. Add a Combo Overlay, configured so that:
    Name: 1 hectare of green
    Input A: The Average Overlay made in the previous step.
    Formula: MUL(A, MUL(POW(80, 2), 3.14159))
  7. Add an Average Overlay configured so that:
    Name: Environment of large green areas
    Input is a Grid Input Overlay.
    Input: The "1 hectare of green" Combo Overlay.
    Averaging distance is 80.

Notes