-
Notifications
You must be signed in to change notification settings - Fork 79
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
Dynamic update, DEN period to free PERIOD field in input and output #728
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…time dependent noise level.
… if we don't find the source emission for a period)
…on each period. i have to reword that special part.
…ur for each period in the same table.
# Conflicts: # wps_scripts/src/main/java/org/noisemodelling/runner/Main.java
…eld name in order to be able to work with old files. TODO redo screenshots/input data in tutorials
…ad of LW. QGIS screenshots has not been updated.
Still documentation/screenshots to check and update following changes in expected fields and versions update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
About #605 #713
User can now provide custom PERIOD for source emission. NoiseLevelFromSource and NoiseLevelFromTraffic are still compatible with the old format table with day evening and night columns (and will still export the DEN level)
However LDAY_GEOM, LEVENING_GEOM, LNIGHT_GEOM and LDEN_GEOM have been replaced by the table RECEIVERS_LEVEL that contain an additional column named PERIOD that contain the period of the simulation.
Contouring_noise_map will read this column (if it exists) and output iso contours for each periods in the same table.
Noise_level_from_source can now be supplied with only the geometry of the sources, and will output the attenuation for each receiver/source. An additional table SOURCES_EMISSION can be provided to give the emission of sound sources for each periods.
The documentation has been updated and additional pages have been created. Dynamic tutorials page have been translated with WPS gui, still a link with the groovy equivalent has been provided (from the unit tests).