Skip to content

Commit

Permalink
update v5
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Feb 27, 2025
1 parent 5a575d1 commit 782750e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Docs/Get_Started_Script.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ In this tutorial, we describe the different ways to pilot NoiseModelling thanks
#. Download and unzip the `NoiseModelling_5.0.0_without_gui`_ file

.. _release page : https://github.com/Ifsttar/NoiseModelling/releases/latest
.. _NoiseModelling_5.0.0_without_gui : https://github.com/Ifsttar/NoiseModelling/releases/download/v4.0.0/NoiseModelling_5.0.0_without_gui.zip
.. _NoiseModelling_5.0.0_without_gui : https://github.com/Ifsttar/NoiseModelling/releases/download/v5.0.0/NoiseModelling_5.0.0_without_gui.zip

From that point, NoiseModelling can be executed in 3 different manners:

Expand Down
3 changes: 0 additions & 3 deletions Docs/Noise_Map_From_Point_Source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ Use the ``NoiseModelling:Noise_level_from_source`` WPS script. Fill the three fo
* ``Receivers table name`` : ``RECEIVERS``
* ``Buildings table name`` : ``BUILDINGS``

.. warning::
For this example, since we only added information for noise level during the day (field ``LWD500``), we have to skip the noise level calculation for AttenuatedPaths, LNIGHT and LEVENING. To do so, check the boxes for ``Do not compute LDEN_GEOM``, ``Do not compute LEVENING_GEOM`` and ``Do not compute LNIGHT_GEOM`` options.

Once ready, click on ``Run Process`` button.

You should then have this message: ``Calculation Done ! RECEIVERS_LEVEL table(s) have been created.``
Expand Down
21 changes: 6 additions & 15 deletions Docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
NoiseModelling v4.0 User Guide
NoiseModelling v5.0 User Guide
==========================================

.. figure:: images/home/NoiseModelling_banner.png
:align: center

Welcome on the **official NoiseModelling v4.0 User Guide**.
Welcome on the **official NoiseModelling v5.0 User Guide**.

NoiseModelling is a library capable of producing noise maps.
It can be freely used either for research and education, as well as by experts in a professional use.
Expand All @@ -28,23 +28,14 @@ A general overview of the model (v3.4.5 - September 2020) can be found in `this
.. _this video : https://www.youtube.com/watch?v=V1-niMT9cYE&t=1s
.. _offical NoiseModelling website : http://noise-planet.org/noisemodelling.html

What's new with the V4.0?
What's new with the v5.0?
---------------------------

Since the release v4.0, NoiseModelling implements the `CNOSSOS-EU`_ standard method for the noise emission (road and rail (for France)) and with noise propagation (read ":doc:`Numerical_Model`" and ":doc:`Validation`" pages for more information).
Since the release v5.0, NoiseModelling validate the `CNOSSOS-EU`_ standard method for the noise emission (road and rail (for France)) and with noise propagation (read ":doc:`Numerical_Model`" and ":doc:`Validation`" ":doc:`Cnossos_report`" pages for more information).

Optimizations
**************

* `H2`_ and `H2GIS`_ versions have been upgraded (respectively to v2.0.202 and v2.0.0)
* Triangulation library `Poly2Tri`_ has been replaced by `Tinfoor`_
* Triangulation to accelerate the propagation is not used anymore (only used in DEM intersections test)
Time periods are not limited to Day Evening and Night anymore. You can provide the sound source emission for any period you want. You can also define a specific atmospheric condition for each time period now.

.. _CNOSSOS-EU : https://publications.jrc.ec.europa.eu/repository/handle/JRC72550
.. _H2 : https://www.h2database.com/
.. _H2GIS : https://www.h2gis.org/
.. _Poly2Tri : https://github.com/jhasse/poly2tri
.. _Tinfoor : https://github.com/gwlucastrig/Tinfour
The computation time has been decreased. The separation between path finding and attenuation has been done in preparation to the implementation of more noise propagation model (ex. Harmonoise).

Packaging
**************
Expand Down

0 comments on commit 782750e

Please # to comment.