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

Fix path finder #714

Merged
merged 160 commits into from
Jan 9, 2025
Merged

Fix path finder #714

merged 160 commits into from
Jan 9, 2025

Conversation

nicolas-f
Copy link
Member

@nicolas-f nicolas-f commented Nov 29, 2024

Description

Fix reflection issues
Rework of pathfinder, more Cnossos test case are passing now
Re-enable and fix for NoiseModelling running with PostGIS as database instead of H2GIS

  • Move Cnossos attenuation code into propagation package. Pathfinder should compute only the vertical cut planes.
  • Unit test in pathfinder check only CutPlanes objects in geojson (expected test cases geojson stored into main ressources)
  • Unit test in propagation is using CutPlanes of pathfinder ressources to compute and check attenuation.
  • Generate report of cnossos test cases into the sphynx documentation (not in unit test)

Linked issues

#656

Remaining TODOs

Checklist

  • Code compiles correctly on all platforms
  • All pre-existing tests are passing
  • If needed, new tests have been added
  • Extended the README / documentation if necessary
  • Added code has been documented

nicolas-f and others added 30 commits October 7, 2024 15:32
Revert "Update Create_Isosurface.groovy"
# Conflicts:
#	noisemodelling-pathfinder/src/main/java/org/noise_planet/noisemodelling/pathfinder/MirrorReceiverResult.java
#	noisemodelling-pathfinder/src/main/java/org/noise_planet/noisemodelling/pathfinder/MirrorReceiverResultIndex.java
#	noisemodelling-pathfinder/src/main/java/org/noise_planet/noisemodelling/pathfinder/PathFinder.java
#	noisemodelling-pathfinder/src/main/java/org/noise_planet/noisemodelling/pathfinder/profilebuilder/ProfileBuilder.java
#	noisemodelling-pathfinder/src/test/java/org/noise_planet/noisemodelling/pathfinder/TestWallReflection.java
#	noisemodelling-propagation/src/main/java/org/noise_planet/noisemodelling/propagation/cnossos/AttenuationCnossos.java
@nicolas-f nicolas-f marked this pull request as ready for review January 9, 2025 09:04
@nicolas-f nicolas-f merged commit 89e52e8 into 5.X Jan 9, 2025
2 checks passed
@nicolas-f nicolas-f deleted the fixReflection5X branch January 9, 2025 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants