-
Hello everyone! I have been using noise modeling for a research problem related to the calculation of noise caused by city traffic. I have followed several of the tutorials and tried things on my own to generate different point and polygon maps based on different maps and simulations. I'm using version 4.0.4 of the program for it. The problem I have encountered is the following: I have a traffic simulation and an osm map. Which I load and from them I generate the noise map (a process similar to the one in the MATSim - GUI tutorial, only that I use a Delaunay Grid to generate the receivers instead of the activities). With this I get to the point where I have my noise map from the attenuation matrix (RESULT_GEOM as in the tutorial). From here what I want is to be able to generate the CONTOURING_NOISE_MAP. Taking as input the values of the noise simulation. The problem is that my noise map is not valid as input for Create_Isosurface since it shows the values by time bins and what I need is a table of the LDEN type (which right now contains the attenuation matrix and not the noise levels) . So I suppose that some step has to be done differently to be able to generate a valid LDEN table or, failing that, perform some process with RESULT_GEOM as input to generate it. What do you think about it, do you know how to solve this problem? I thank you in advance for your replies and have a nice day ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, You can create a isosurface for each time step or do a weighted energetic sum of each time step to produce a LDEN column.
|
Beta Was this translation helpful? Give feedback.
Hi,
You can create a isosurface for each time step or do a weighted energetic sum of each time step to produce a LDEN column.
(source: https://www.bruitparif.fr/les-indicateurs-de-bruit1/)