Travel Distance Overlay: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__


The Travel Distance [[Overlay]] is a [[grid overlay]] which shows a travel distance from a specific routing [[Area]]. It is based on the same algorithm as used in the [[Watershed Overlay]]
The Travel Distance [[Overlay]] is a [[grid overlay]] which shows a travel distance from a specific starting point (routing [[Area|area]]). The traffic is split between motorized and pedestrian traffic, based on the road type (roads vs sidewalks). The overlay also uses a fill distance to fill up an area adjacent to the roadways, to connect constructions such as housing. The calculation model behind the overlay is based on the same algorithm as used in the [[Watershed Overlay]].
 
The travel distance overlay can be used to visualise the travel distance from certain areas of interest (schools, shops, sports centers, etc), based on the road map in the project area. If we take a school as example, we can visualise which houses (and other buildings), within a range of 20m to a connecting sidewalk, are within a walking distance of 500m from the school of the example.
{{clear}}
{{clear}}


==Keys==
==Keys==
* ROUTING_AREA: Attribute required to setup the starting point from which to travel.
* ROUTING_AREA: Attribute required to setup the starting area from which to calculate the travel distance. The staring area needs to be drawn at the location of the object of interest and needs to overlap with all the adjacent connecting roadways for the selected traffic type (car and/or pedestrian).
* BLOCKED: Road with this attribute are ignored for travel.
* BLOCKED: Road with this attribute are ignored for travel. This can be used to simulate blocked roads for roadworks, street markets, etc.


==Attributes==
==Attributes==
* TRAVEL_DISTANCE: Distance in M to travel.
* TRAVEL_DISTANCE: Distance in M to travel. This is the maximum travel distance that is taken into consideration. E.g. the maximum range from a school/ shooping center/ fire station/ etc.
* FILL_DISTANCE: Fills up X meter adjacent to the road. E.g. houses that can be travel to are max 20m away from the road.
* FILL_DISTANCE: Fills up X meter adjacent to the road. E.g. houses that can be travelled to are max 20m away from the road.
* ROUTE_CARS: Select road that have Car traffic.
* ROUTE_CARS: Select a value of 1 to have roadways that have Car traffic. Select 0 to ignore roadways with Car traffic.
* ROUTE_PEDESTRIANS: Select road that have Pedestrian traffic.
* ROUTE_PEDESTRIANS: Select 1 to have  roadways that have Pedestrian traffic. Select 0 to ignore roadways with Pedestrian traffic


==How-to's==
==How-to's==

Revision as of 13:50, 14 January 2021


The Travel Distance Overlay is a grid overlay which shows a travel distance from a specific starting point (routing area). The traffic is split between motorized and pedestrian traffic, based on the road type (roads vs sidewalks). The overlay also uses a fill distance to fill up an area adjacent to the roadways, to connect constructions such as housing. The calculation model behind the overlay is based on the same algorithm as used in the Watershed Overlay.

The travel distance overlay can be used to visualise the travel distance from certain areas of interest (schools, shops, sports centers, etc), based on the road map in the project area. If we take a school as example, we can visualise which houses (and other buildings), within a range of 20m to a connecting sidewalk, are within a walking distance of 500m from the school of the example.

Keys

  • ROUTING_AREA: Attribute required to setup the starting area from which to calculate the travel distance. The staring area needs to be drawn at the location of the object of interest and needs to overlap with all the adjacent connecting roadways for the selected traffic type (car and/or pedestrian).
  • BLOCKED: Road with this attribute are ignored for travel. This can be used to simulate blocked roads for roadworks, street markets, etc.

Attributes

  • TRAVEL_DISTANCE: Distance in M to travel. This is the maximum travel distance that is taken into consideration. E.g. the maximum range from a school/ shooping center/ fire station/ etc.
  • FILL_DISTANCE: Fills up X meter adjacent to the road. E.g. houses that can be travelled to are max 20m away from the road.
  • ROUTE_CARS: Select a value of 1 to have roadways that have Car traffic. Select 0 to ignore roadways with Car traffic.
  • ROUTE_PEDESTRIANS: Select 1 to have roadways that have Pedestrian traffic. Select 0 to ignore roadways with Pedestrian traffic

How-to's