https://github.com/universite-gustave-eiffel/noisemodelling
A open-source model to compute noise maps.
https://github.com/universite-gustave-eiffel/noisemodelling
acoustics cnossos-eu gis java modelling noise noise-modelling noise-propagation pathfinder pathfinding propagation research sound-propagation
Last synced: 8 days ago
JSON representation
A open-source model to compute noise maps.
- Host: GitHub
- URL: https://github.com/universite-gustave-eiffel/noisemodelling
- Owner: Universite-Gustave-Eiffel
- License: gpl-3.0
- Created: 2012-07-12T11:21:06.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2026-01-08T08:51:16.000Z (14 days ago)
- Last Synced: 2026-01-13T14:41:41.579Z (9 days ago)
- Topics: acoustics, cnossos-eu, gis, java, modelling, noise, noise-modelling, noise-propagation, pathfinder, pathfinding, propagation, research, sound-propagation
- Language: Java
- Homepage: https://noisemodelling.readthedocs.io/
- Size: 102 MB
- Stars: 200
- Watchers: 49
- Forks: 85
- Open Issues: 104
-
Metadata Files:
- Readme: Docs/Readme.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Support: Docs/Support.rst
Awesome Lists containing this project
README
Build documentation with Sphynx
----------------------------------
```bash
cd Docs/
pip install -r requirements.txt
sphinx-build -M html ./ build
```