Universite-Gustave-Eiffel / NoiseModelling

A open-source model to compute noise maps.
https://noisemodelling.readthedocs.io
GNU General Public License v3.0
156 stars 78 forks source link

3d visualization #672

Closed LontongBalado closed 1 month ago

LontongBalado commented 1 month ago

Is it possible to visualize calculation in 3D with Qgis ? if it possible, is there any tutorials ?

nicolas-f commented 1 month ago

Hello,

Qgis i don't know, but google earth yes.

You can use the following parameter before running your calculation (will increase the computation time significantly)

Noise_level_from_source confRaysName=file:///C:/dir/map.kml

The open the kml files on google earth desktop or web (https://earth.google.com)

https://github.com/Universite-Gustave-Eiffel/NoiseModelling/blob/v4.0.5/wps_scripts/src/main/groovy/org/noise_planet/noisemodelling/wps/NoiseModelling/Noise_level_from_source.groovy#L274

This parameter is not in the documentation/tutorials

LontongBalado commented 1 month ago

Hello,

Qgis i don't know, but google earth yes.

You can use the following parameter before running your calculation (will increase the computation time significantly)

Noise_level_from_source confRaysName=file:///C:/dir/map.kml

The open the kml files on google earth desktop or web (https://earth.google.com)

https://github.com/Universite-Gustave-Eiffel/NoiseModelling/blob/v4.0.5/wps_scripts/src/main/groovy/org/noise_planet/noisemodelling/wps/NoiseModelling/Noise_level_from_source.groovy#L274

This parameter is not in the documentation/tutorials

That's all right, I will try it first. Thank you