Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building3D_Grid not taking Z coordinate into consideration #598

Open
yuzarseeef opened this issue Jul 25, 2023 · 3 comments
Open

Building3D_Grid not taking Z coordinate into consideration #598

yuzarseeef opened this issue Jul 25, 2023 · 3 comments
Labels

Comments

@yuzarseeef
Copy link

Hello everyone,

NoiseModelling version
I am using Noise Modelling version 4.0.4.

Describe the bug
I'm trying to create a 3D receivers grid from a Building table. My building table's geometry has a Z coordinate but it is not taken into consideration when creating the Receivers, the result is always a grid that starts from Z = 1.5 to the height that is in the Buildings table.
I've tried using the Geometry with the Zground and also the Zobject but they both give the same results.

I'm also worried that other calculations such as the Noise_level_from_Traffic also don't take it into consideration if a dem is not specified. Although in the documentation it is specified that the building's geometry can be either in 2D or 3D, in NoiseModelling in the inputs for either Noise_level_from_Traffic or Building3D_Grid the specification for the building table is the GEOM in 2D only.

Expected behavior
The 3D grid should take into consideration the Z coordinates in the geometry of the Buildings table.

@yuzarseeef yuzarseeef added the bug label Jul 25, 2023
@nicolas-f
Copy link
Member

Hi,

Receivers does not need to take the altitude of buildings as receivers Z value is height (relative to ground)

@yuzarseeef
Copy link
Author

hi,

But if I wanted to export the result and visualize them with the buildings it won't work since their z coordinates all start from 0 and not from the Zground of the building.

@nicolas-f
Copy link
Member

hi,

But if I wanted to export the result and visualize them with the buildings it won't work since their z coordinates all start from 0 and not from the Zground of the building.

Yes, in a 3d viewer you will have an offset

nicolas-f added a commit to nicolas-f/noisemodelling that referenced this issue Oct 2, 2023
…now contains receiver altitude derived from DEM, that was used from computation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants