Model attributes (Travel Distance Overlay): Difference between revisions
Jump to navigation
Jump to search
(Created page with "The Travel Distance Overlay's model calculations depend on a number of calculation-wide parameters. These parameters are available as attributes of the travel distance ove...") |
No edit summary |
||
Line 3: | Line 3: | ||
{{overlay attributes|suppresscategory=true|allowselflinks=true| | {{overlay attributes|suppresscategory=true|allowselflinks=true| | ||
{{:Max travel distance (Travel Distance Overlay)}} | {{:Max travel distance (Travel Distance Overlay)}} | ||
{{:Road distance (Travel Distance Overlay)}} | |||
{{:Route pedestrians (Travel Distance Overlay)}} | |||
{{:Route bicycles (Travel Distance Overlay)}} | |||
{{:Route cars (Travel Distance Overlay)}} | |||
{{:Route trucks (Travel Distance Overlay)}} | |||
{{:Route trams (Travel Distance Overlay)}} | |||
{{:Route trains (Travel Distance Overlay)}} | |||
{{:Route ships (Travel Distance Overlay)}} | |||
{{:Blocked threshold (Travel Distance Overlay)}} | |||
{{:Traversable threshold (Travel Distance Overlay)}} | |||
}} | }} | ||
{{TravelDistanceOverlay travel features nav}} | {{TravelDistanceOverlay travel features nav}} | ||
[[Category:Water Module]] | [[Category:Water Module]] |
Revision as of 12:24, 24 February 2022
The Travel Distance Overlay's model calculations depend on a number of calculation-wide parameters. These parameters are available as attributes of the travel distance overlay and can be modified as such.
Blocked threshold (Travel Distance Overlay)
Icon | Attribute | Unit | Range | Description | Default value |
---|---|---|---|---|---|
MAX_TRAVEL_DISTANCE | m | The maximum distance to a distance area that is allowed. | 10000 | ||
ROAD_DISTANCE | m | The maximum travel distance to the nearest road and other traversable cells. | 20 | ||
ROUTE_PEDESTRIANS | boolean | Whether the sidewalks with pedestrian traffic should be included in the calculation or not. | 0 | ||
ROUTE_BICYCLES | boolean | Whether roads with bicycle traffic should be included in the calculation or not. | 1 | ||
ROUTE_CARS | boolean | Whether roads with car and van traffic should be included in the calculation or not. | 1 | ||
ROUTE_TRUCKS | boolean | Whether roads with truck and bus traffic should be included in the calculation or not. | 1 | ||
ROUTE_TRAMS | boolean | Whether roads with tram traffic should be included in the calculation or not. | 1 | ||
ROUTE_TRAINS | boolean | Whether (rail) roads with train traffic should be included in the calculation or not. | 1 | ||
ROUTE_SHIPS | boolean | Whether roads with ship traffic (shipping lanes) should be included in the calculation or not. | 1 | ||
TRAVERSABLE_THRESHOLD | Minimum value required of a grid cell in the traversable grid to be considered traversable. | 0 |