Skip to content
Snippets Groups Projects
Commit cd01a7c8 authored by digrazia2038's avatar digrazia2038
Browse files
parents 81848b06 1f8c9f17
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,12 @@
<div class="modal-body" style="width:100%;height:100%">
<div class="form-title mb-2" style="width:100%;height:80%;overflow-y:auto">
<p>The component is divided in two diferent parts the controls on the top side and a map to show the results on the
bottom. In order to produce a computation a map needs to be selectd with the menu that is place
bottom. This module has two different modes of operation:
</p>
<p><b>Map:</b><br>
In this case of operation the noise computation is produced using only the characteristics of the roads and paths.
From these static characteristics a typical flow of vehicles is estimated. To start a computation a map needs to
be selectd with the menu that is place
on the right of the "Map:" label. If the menu is empty a new Map can be created by pressing the "New"
button besides the menu.</p>
<br>
......@@ -131,22 +136,24 @@
Once the "New" button is pressed a pop up window is opened. A map is created choosing a rectangular area with
the control that is placed on the top right hand side of the new map within the popup. To complete the creation
of the new Map a name has to be chosen by the user on the text input on the bottom of the popup window.
In a future release, a given traffic simulation can be choosen in order to perform the noise simulation
</p>
<p><b>Traffic Sim:</b><br>
This mode of operation a given traffic simulation can be choosen in order to perform the noise simulation
but for now on that feature does not work and any computation is perform considering typical sensible traffic flows.
</p>
<br>
<p>
One the map is selected by the Map menu, the creation of a new computation is completed by providing a name for the
<p><b>Creation of Computation</b><br>
The creation of a new computation is completed by selecting either a map or a traffic simulation and providing a name for the
computation and pressing the buttom Create. This starts the process and the evolution can be noticed in the
menu on the top right side denoted by "Computations". The computations completed are denoted by [0], computations
that are still in process are labeled by [-3], [-2], [-1].</p>
<br>
<p>
Once a computation is fully created, i.e. with [0] label in the computations menu, the result can be seen on the
map by selecting it on the menu and pressing the "show" buttom. Once the noise is printed in the map it also can be
download by pressing the "Download" buttom.</p>
<p>At any time while using the component the information of the menus can be updated pressing the "Update" buttom on the
very top of the component.</p>
map by selecting it on the menu and pressing the "show" buttom. Once the noise is printed in the map it can be
download by pressing the "Download" buttom, or saved into the central URBANITE data storage pressing the "Upload GEOJSON to Storage".
At any time while using the component the information of the menus can be updated pressing the "Update" buttom.
</p>
<p>Note: There is a menu to show the results in heatmap way but at the time this Help is written is still not usable, in order to
use it the obtained geojson needs to be uploaded to the URBANITE data storage and process afterwards.</p>
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment