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
(Created page with "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 {{software}} 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. {{...")
 
mNo edit summary
Line 1: Line 1:
{{stub}}
For the [[Demo 3-30-300 Project|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 {{software}} 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.
For the [[Demo 3-30-300 Project|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 {{software}} 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.


Line 14: Line 15:
| notes=
| notes=
* If the [[Travel Distance Overlay]] does not properly calculate travel routes across certain [[Function]]s, such as bicycle paths or pavements, it may be neccessary to change the [[Function Value]]s of those [[Function]]s, specifically the [[num bicycles]] and the [[num pedestrians]].
* If the [[Travel Distance Overlay]] does not properly calculate travel routes across certain [[Function]]s, such as bicycle paths or pavements, it may be neccessary to change the [[Function Value]]s of those [[Function]]s, specifically the [[num bicycles]] and the [[num pedestrians]].
}}

Revision as of 06:41, 1 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
    Attribute to average is GREEN_M2
    Averaging distance is 0.
  4. Add a Combo Overlay, configured so that:
    Input A: Public space Overlay.
    Input B:GREEN_M2 Overlay.
    Formula: AND(GT(A,0),GT(B,0))

Notes