How to add a dynamic traffic model

From Tygron Support wiki
Revision as of 14:20, 30 January 2023 by Frank@tygron.nl (talk | contribs)
Jump to navigation Jump to search

Dynamic traffic model

A dynamic model changes (over time), according to changes made in the project. An example of a dynamic traffic model is a model in where is calculated how the traffic intensity changes when building a certain amount of houses. Effectively the TRAFFIC_FLOW attribute of the roads will be updated with a new value, when building houses in the Tygron Platform. To create such a model, first create a Geojson file with the roads that will be changed by a certain Action or Measure and import the file. In an Excel file, the calculation for how much and when the traffic intensity changes has to be made. This file can be uploaded as either an indicator or panel. The indicator or panel explanation text in this case is not relevant. The Excel is only used to define the model and import it in the Tygron Platform.

Example excel Traffic Flow panel template




The Excel implementation of a simple dynamic traffic model, consists of the following consecutive steps:

  • Retrieval of the original traffic density in Area X - SELECT_ATTRIBUTE_WHERE_NAME_IS_TRAFFIC_FLOW_AND_AREA_IS_X


  • Calculation in an excel file, with the new traffic density as outcome - original traffic density + change


  • Output of the new traffic density for constructions in Area X - UPDATE_BUILDING_TRAFFIC_FLOW_WHERE_AREA_IS_X


Editor → Current Situation (Ribbon tab) → Geo import (Ribbon bar)
How to add a Dynamic Custom Traffic Model using the Geo Data Wizard:
  1. Select the Geo Data header
  2. Select the Geo Import bar
  3. Notice that a Geo Data Wizard window appears
  4. Select the type 'Areas' in the Geo Data Wizard
  5. Select the 'Import a GeoJson file' option in step 1
  6. Select the GeoJson file you wish to add in step 1
  7. View the features of the selected GeoJson file in step 2
  8. Select the 'No Filtering' option in step 3
  9. Select 'Import a New Area with attributes' in step 4
  10. Select an option on how you want to name the features in step 5
  11. Ensure that the attribute TRAFFIC_FLOW is activated in the list of attributes in step 6
  12. Select 'Finish' in step 7



How to add an Excel Indicator or Panel:
  1. Select the Indicators header
  2. Select the Indicators bar or Panels bar depending on what is needed
  3. Select the type 'Add Excel Indicator' option or 'Add Excel Panel' in the dropdown menu
  4. Select 'Select Excelsheet' in the right panel
  5. Select 'Import New Excelsheet' in the popup window
  6. Choose an excelsheet and select 'Apply'
  7. Rename the added indicator in the 'Name' and 'Short Name' fields on the right panel
  8. Select the color to be used in the progression panel
  9. Select to activate the indicator, if desired
  10. Add a proper description
  11. Highlight 'Excel File Name' on the left panel
  12. Select the 'Upload' button
  13. Select the file to upload in the 'Choose your file' panel
  14. Select Indicators > recalculate Indicators


See also