Skip to content

Can I use NoiseModelling to compute noise sources other than traffic? #345

Answered by nicolas-f
engina asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

Yes its easy

You have to use the WPS block named Noise_Level_From_Source

The sound source table must have the following columns:

The table shall contain :

  • PK : an identifier. It shall be a primary key (INTEGER, PRIMARY KEY).
  • THE_GEOM : the 3D geometry of the sources (POINT, MULTIPOINT, LINESTRING, MULTILINESTRING). According to CNOSSOS-EU, you need to set a height of 0.05 m for a road traffic emission.
  • LWD63, LWD125, LWD250, LWD500, LWD1000, LWD2000, LWD4000, LWD8000 : 8 columns giving the day emission sound level for each octave band (FLOAT).
  • LWE* : 8 columns giving the evening emission sound level for each octave band (FLOAT).
  • LWN* : 8 columns giving the night emission sound level …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@engina
Comment options

@pierromond
Comment options

Answer selected by engina
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants