How to compute residences within walking distance of significant usable public green

From Tygron Support wiki
Jump to navigation Jump to search

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 of residences.
  2. Create a Grid Overlay (using a Combo Overlay is recommended) which highlights which locations are to be considered "public space", such that:
    Name: Public space
    Locations which are not publicly accessible have a value of 0.
    Locations which are publicly accessible have a value of 1.
  3. 300-rule-howto-1-green.jpg
    Add an Average Overlay, configured so that:
    Name: Green
    Attribute to average is VEGETATION_FRACTION
    Averaging distance is 0.
  4. 300-rule-howto-2-public-green.jpg
    Add a Combo Overlay, configured so that:
    Name: Public green
    Input A: "Public space" Overlay.
    Input B:"Green" Overlay.
    Formula: AND(A, GT(B, 0))
  5. 300-rule-howto-3-green-fraction.jpg
    Add an Average Overlay, configured so that:
    Name: Fraction of green nearby
    Input is a Grid Input Overlay.
    Input: The "Public green" Overlay.
    Averaging distance is 80.
  6. 300-rule-howto-4-green-area.jpg
    Add a Combo Overlay, configured so that:
    Name: Amount of green nearby
    Input A: The "Fraction of green nearby" Overlay.
    Formula: MUL(A, MUL(POW(80, 2), 3.14159))
  7. 300-rule-howto-5-green-hectare.jpg
    Add a Combo Overlay, configured so that:
    Name: 1 hectare of green
    Input A: The "Amount of green nearby" Overlay.
    Formula: GTE(A, 10000)
  8. 300-rule-howto-6-green-hectare-area.jpg
    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" Overlay.
    Averaging distance is 80.
  9. 300-rule-howto-7-green-hectare-structure.jpg
    Add a Combo Overlay, configured so that:
    Name: Large green areas
    Input A: The "Public green" Overlay.
    Input B: The "Environment of large green areas" Overlay.
    Formula: AND(A, GT(B, 0))
  10. Add a Travel Distance Overlay configured using the wizard such that:
    Destinations grid: based on grid overlay "Large green areas".
    Destination threshold: 1.
    Max travel distance: 290.
    Distance to road: 30.
  11. Traffic Types: Pedestrians, Bicycles, and Cars.
  12. 300-rule-howto-result.jpg
    Add a Combo Overlay, configured so that:
    Name: Residences with green nearby
    Input A: The "Residences" Overlay.
    Input B: The Travel Distance Overlay.
    Formula: IF(EQ(A, 0), NO_DATA, GT(B, 0))
  13. Configure the legend of the Combo Overlay to have a distinct entry for the value "0" and the value "1".

Notes

See also