Traffic Model: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
(Replaced content with "#REDIRECT Traffic model")
Tag: Replaced
 
(45 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{being updated}}
#REDIRECT [[Traffic model]]
{{learned|file=|what a Traffic Model is|how a Traffic Model relates to the {{software}}|about the different Traffic Models in the {{software}}|how to add a Custom Traffic Model to your project|how to change the Traffic Model dynamically in your project}}
 
== What is a Traffic Model ==
''From Wikipedia, the free encyclopedia''
 
A traffic model is a mathematical model of real-world traffic, usually, but not restricted to, road traffic. Traffic modeling draws heavily on theoretical foundations like network theory and certain theories from physics like the kinematic wave model. The interesting quantity being modeled and measured is the [[Traffic Flow (Overlay)|traffic flow]], i.e. the throughput of mobile [[units]] (e.g. vehicles) per time and transportation medium capacity (e.g. [[Constructions#Roads|road]] or lane width).
 
== How does a Traffic Model relate to the {{software}}? ==
The main purpose of the default traffic model in the {{software}} is to calculate the effects of traffic on the [[3D World]] through traffic densities. In order to calculate this impact, data such as the number of traffic lanes, the traffic speed and the traffic flow on a particular lane can be added to the project. The traffic model is a static model that does not change by carrying out [[Actions]], [[Upgrades]] or [[Measures]] for example. Read below how to create your own dynamic traffic model and use it in the {{software}}.
The following overlays show data from/effects of the traffic model:
* [[Traffic Density (Overlay)]]
* [[Traffic NO2 (Overlay)]]
* [[Traffic Noise (Overlay)]]
 
==Traffic Data==
When creating a [[Main Menu#New Project|new project]] a traffic model is generated for the selected project area, based on available open data sources. The following datasets are used:
 
* [[GEO_Data#Used_Datasets|NSL Monitoringstool]]
* [[GEO_Data#Used_Datasets|NWB (Nationaal Wegen Bestand)]]
* [[GEO_Data#Used_Datasets|INWEVA 2015]]
* [[GEO_Data#Used_Datasets|VI-Lucht & Geluid]]
<!--
====INWEVA 2015====
:INWEVA is short for INtensiteiten op WEgVAkken (traffic intensities on road sections). Traffic intensities are measured on ca. 3000 road sections. For the other sections intensities are estimated, based on traffic modeling. The data are yearly averages per road section, and updated each year.
:'' See also: https://nis.rijkswaterstaat.nl/portalcontent/logon/p2_33.html
 
====VI-Lucht & Geluid====
:VI-Lucht en Geluid is a Dutch tool that provides the following data for a specific section of a road:
*An average traffic intensity expressed in motor vehicles per week day, per average daytime hour, per average evening hour, per average nighttime hour
*The share and size of medium heavy and heavy freight traffic
*The share and size of bus traffic
:In januari 2016 the application was updated and actualized for the last time.
:'' See also: https://www.infomil.nl/onderwerpen/klimaat-lucht/luchtkwaliteit/slag/hulpmiddelen/inschatten/
-->
 
===Edit Traffic data===
[[File:Traffic_data.jpg|thumb|200px|left|The right panel shows details about the selected road part]]
====Height offset====
''This field specifies the height offset of a bridge.''
 
====Units per hour====
''This field specifies the number of units that can drive on a road in an hour.''
 
====Lanes====
''This field specifies the number of lanes that a road can have.''
 
====Noise Sigma====
''This field specifies the correction factor at reference traffic speed [http://wetten.overheid.nl/BWBR0031722/2015-07-01#BijlageIII].<br> This value is used in the calculation of the [[Traffic Noise (Overlay)|Traffic Noise (Overlay)]].''
 
====Noise Tau====
''This field specifies the correction factor per 10 km/hour deviation from reference traffic speed [http://wetten.overheid.nl/BWBR0031722/2015-07-01#BijlageIII].<br> This value is used in the calculation of the [[Traffic Noise (Overlay)| Traffic Noise (Overlay)]].''
 
====Speedlimit====
''This field specifies the max allowed speedlimit on road or part of a road.''
<br  clear= all>
 
==Add a custom Traffic Model==
It is also possible to creata and add a custom traffic model, better suited for your use case. The traffic model can be either a static model (the model and data do not change in the project) or a dynamic model (the model and data change when something in the 3D world changes).
 
===Static Traffic Model ===
''A static model does not change (over time), when changes occur in the 3D world. 
This type of model can be used when you for example have a scenario for 2030 ready that contains the traffic intensities then and want to use this data in your project.
To upload the dataset, create a [[Geojson]] file of the data and make sure the features contain an attribute with the number of [[units]]/hour. This attribute will overwrite the current TRAFFIC_FLOW attribute of the roads.
When importing this data, [[Constructions]] that are intersected by sections of the imported data are given the new traffic flow attribute of imported data.
<br>
{{Editor location|Geo Import}}
{{Editor steps|title=add a Static Traffic Model using the Geo Data Wizard|Select the Geo Data header|Select the Geo Import bar|Notice that a Geo Data Wizard window appears|In the data wizard select the type 'Buildings'|Select the 'Import a GeoJson file' option in step 1|Select the GeoJson file you wish to add in step 1|View the features of the selected GeoJson file in step 2|Select the 'No Filtering' option in step 3|Select the option 'Only update existing building with attributes' and the option 'Any Building' in step 4|Ensure that the attribute TRAFFIC_FLOW is activated in the list of attributes in step 5|Select 'Finish' in step 6}}
<br>
 
<gallery>
File:Geo_data_0.jpg | 4.  Select 'Buildings' type
File:Geo_data_1.jpg | 5.  Select the 'Import a GeoJson file option'
File:Geo_data_3.jpg | 6.  Select the GeoJson file you wish to add
File:Geo_data_4.jpg | 7.  View the features of the selected GeoJson file
File:Geo_data_5.jpg | 8.  Select the 'No Filtering option'
File:Geo_data_static.jpg| 9. Select the 'Only update existing building with attributes' and 'Any Building' options
File:Geo_data_8.jpg | 10. Select the TRAFFIC_FLOW attribute
File:Geo_data_11.jpg| 11. Select 'Finish'
</gallery>
 
===Create GeoJSON File===
<br>
{{Editor steps|title=create a GeoJson file in QGis|Open QGis|Select the Layer tab|Select 'Add Layer' in the Layer tab|Select 'Add Vector Layer' in the dropdown menu|Choose the file you wish to add and select 'Open'| Notice that the file appeared in the Layers Panel|Select the newly added  file and choose 'Save As'|Notice that a new window with options has appeared| In the 'Format' field choose 'GeoJSON'| In the 'Name' field enter a name for the file| In the 'CRS' field choose the right CRS for the file| Select 'Ok' to create and save the GeoJSON file| Notice that the newly created GeoJSON file is added in the Layers Panel}}
<br>
 
<gallery>
File:Select_layer.jpg          |2.  Select the Layer tab
File:Add_layer.jpg            |3.  Select 'Add Layer' in the Layer tab
File:Select_vector_layer.jpg  |4.  Select 'Add Vector Layer' in the dropdown menu
File:Add_vector_layer1.jpg    |5.  Choose the file you wish to add and select 'Open'
File:Layer_panel.jpg          |6.  Notice that the file has appeared in the Layers Panel
File:Select_save_as.jpg        |7.  Select the newly added  file and choose 'Save As'
File:New_window.jpg            |8.  Notice that a window with options has appeared
File:Format.jpg                |9.  In the 'Format' field choose 'GeoJSON'
File:Choose_name.jpg          |10. In the 'Name' field enter a name for the file
File:Choose_crs.jpg            |11. In the 'CRS' field choose the right CRS for the file
File:Select_ok.jpg            |12. Select 'Ok' to create the new GeoJSON file
File:New_file_added.jpg        |13. Notice that the newly created GeoJSON file is added to the Layers Panel
</gallery>
<br>
 
<!--<gallery mode="nolines">
File:editor.jpg|Drag and drop a prepared Geojson file on the Editor
File:ImportAreas-FileHandler.jpg|Select "Import Areas" from the "File Handler" panel
File:ImportAreaFile.jpg|Ensure the attribute TRAFFIC_FLOW is activated
File:ImportAreaFileSend.jpg|Select the "Send" button
</gallery>
-->

Latest revision as of 16:32, 27 January 2023

Redirect to: