Demo 3-30-300 Project: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
Line 34: Line 34:
* [[Function Value]]s for bicycle paths were modified, so that they have at least one [[Bicycles per hour (Function Value)|bicycle]].
* [[Function Value]]s for bicycle paths were modified, so that they have at least one [[Bicycles per hour (Function Value)|bicycle]].
* [[Function Value]]s for pedestrian paths were modified, so that they have at least one [[Pedestrians per hour (Function Value)|pedestrian]].
* [[Function Value]]s for pedestrian paths were modified, so that they have at least one [[Pedestrians per hour (Function Value)|pedestrian]].
* An [[Average Overlay]] creates a map of [[GREEN_M2|green]].
* An [[Average Overlay]] creates a map of [[Green space (Function Value)|GREEN_M2]].
* A [[Combo Overlay]] filters it, so that any remaining green is in a public space, and thus public green.
* A [[Combo Overlay]] filters it, so that any remaining green is in a public space, and thus public green.
* An [[Average Overlay]] checks how much of the area within a 80 meter radius is public green. This provides a fraction of how much of such green is nearby.
* An [[Average Overlay]] checks how much of the area within a 80 meter radius is public green. This provides a fraction of how much of such green is nearby.

Revision as of 13:19, 14 August 2023

This article is a stub.


The Demo 3-30-300 project is available for all users and can be found in the main menu under Edit projects. This project does not count towards your license.

This project is intended for people who are working in fields such as climate adaptation, livability, policies regarding green environments, and urban planning.

This project showcases the method for calculating the 3-30-300 policy guidelines in the Tygron Platform.

The demo is a working project in which a number of generally available Grid Overlays in the Tygron Platform are combined to perform specific policy-dictated calculations. Following the 3-30-300 guidelines as closely as possible, these methods calculate sightlines onto trees, foliage coverage, and distance to significant usable green spaces.

3-30-300

3-30-300 is a policy.

Rule-3

Rule 3 dictates that, from any residence, at least 3 trees should be visible. Although explicitly counting the amount of trees is currently not possible, it ís possible to draw sightlines from trees, detect outside walls of residences, and combine the two to find the walls which do or do not have sight on a tree.

Rule-30

Rule 30 dictates that 30% of the public space must feature foliage. The Tygron Platform offers some options for estimating the presence of foliage. The definition of public space can be manually defined with a few simple rules.

Rule-300

Rule 300 dictates that a residence must be at most 300m away from a publicly accessible and usable green area of at least 1 hectare in size (10.000 m²). This requires calculating in which locations 1 hectare of qualifying green can be found, then computing the routes which allow reaching that green in 300m.

  • A map of residences is created. Note that this can directly leverage the setup from the 3-rule as well.
  • A map of public space is created. Note that this can directly leverage the setup from the 30-rule as well.
  • Function Values for bicycle paths were modified, so that they have at least one bicycle.
  • Function Values for pedestrian paths were modified, so that they have at least one pedestrian.
  • An Average Overlay creates a map of GREEN_M2.
  • A Combo Overlay filters it, so that any remaining green is in a public space, and thus public green.
  • An Average Overlay checks how much of the area within a 80 meter radius is public green. This provides a fraction of how much of such green is nearby.
  • A Combo Overlay calculates from that fraction and the radius of 80 meters the amount of public green nearby, in m².
  • A Combo Overlay checks whether the amount of public green nearby is sufficient to count for this rule. I.e. whether there is more than 10.000 m² (1 hectare). The result is points where there is 1 hectare nearby
  • An Average Overlay draws the 80 meter radii of those points.
  • A Combo Overlay checks which public green overlaps with the computed radii. This results in a map which highlights all the public green which is part of a large enough green structure.
  • A Travel Distance Overlay, set to a distance of 300m, uses the green structures as destinations. It is set to allow travel routes based on bicycles and pedestrians.