NoiseModelling
NoiseModelling copied to clipboard
Building_Grid not generating receivers on certain buildings
NoiseModelling version 3.3.1
Describe the bug
Building_Grid not generating receivers on certain buildings :
I think it is due to the fact that surrounding buildings are within the 5 meters "delta" distance. So the tmp_lines are erased by the buildings+buffer
maybe an issue in the code for point receiver from line. What does look like TMP_SCREENS geometries ?
here are the lines
it is TMP_SCREENS_MERGE ?
No no, it is from the tmp_receivers_lines table
I will try to output TMP_SCREENS_MERGE if you want
Here is the TMP_SCREENS_MERGE, in green lines
Maybe there is an issue if the TMP_SCREENS_MERGE segment length is < than 5 meters
FYI @Nitnelav If you want to test this hypothesis and if you use QGIS you can add a label with the length of each segment.
Mmmm, it's a mix of LINESTRING and MULTILINESTRING so geometry length in QGIS is not relevant. For exemple :
MULTILINESTRING ((360065.37700371526 6688465.684560043, 360064.34428048035 6688468.317118028, 360064.3495703677 6688468.329105854), (360075.76495233836 6688472.743570343, 360075.77740789147 6688472.738098707, 360077.21573696996 6688469.107045956, 360077.21185248694 6688469.097691339))