Skip to content

Commit 743636f

Browse files
authored
Merge pull request #972 from Universite-Gustave-Eiffel/citation_NM
Added a citation for users to cite NoiseModelling
2 parents 9ee05dc + 494ccb9 commit 743636f

2 files changed

Lines changed: 47 additions & 0 deletions

File tree

CITATION.cff

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
3+
4+
cff-version: 1.2.0
5+
title: NoiseModelling
6+
message: >
7+
If you use NoiseModelling, please cite it as shown below.
8+
Note: a JOSS paper is currently under review and should be
9+
preferred for academic citations once published:
10+
https://github.com/openjournals/joss-reviews/issues/9171
11+
type: software
12+
authors:
13+
- family-names: Bocher
14+
given-names: Erwan
15+
orcid: 'https://orcid.org/0000-0002-4936-7079'
16+
- family-names: Guillaume
17+
given-names: Gwenaël
18+
orcid: 'https://orcid.org/0000-0002-0582-6827'
19+
- family-names: Picaut
20+
given-names: Judicaël
21+
orcid: 'https://orcid.org/0000-0002-0586-2414'
22+
- family-names: Petit
23+
given-names: Gwendall
24+
orcid: 'https://orcid.org/0000-0002-4750-9600'
25+
- family-names: Fortin
26+
given-names: Nicolas
27+
- {}
28+
identifiers:
29+
- type: doi
30+
value: 10.3390/ijgi8030130
31+
description: >-
32+
NoiseModelling: An Open Source GIS Based Tool to
33+
Produce Environmental Noise Maps
34+
repository-code: >-
35+
https://github.com/Universite-Gustave-Eiffel/NoiseModelling/
36+
url: 'https://noisemodelling.readthedocs.io'
37+
license: GPL-3.0
38+
version: 2.1.2
39+
date-released: '2018-08-21'
40+

Docs/functions/NoiseModelling/Noise_level_from_source.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,13 @@ Optional inputs
117117

118118
Default: ``70``
119119

120+
``confLineSourceSpacingRatio`` — *Line source spacing ratio*
121+
Dictates the density of source points created from a line sound source. A higher value means more points and finer discretization : DistanceBetweenPoints = DistanceSourceToReceiver / LineSourceSpacingRatio (this parameter)
122+
123+
Type: ``Double``
124+
125+
Default: ``2.0``
126+
120127
``confMaxError`` — *Max Error (dB)*
121128
Threshold for excluding negligible sound sources in calculations.This parameter is ignored if no emission level is specified or if you set it to 0 dB. This parameter have a great impact on computation time.
122129

0 commit comments

Comments
 (0)