Conversation
|
Coverage Impact This PR will not change total coverage. Modified Components (1)
Modified Files with Diff Coverage (1)
🛟 Help
|
ahuber-bfw
left a comment
There was a problem hiding this comment.
Funktioniert bei mir
- hab noch das runScript minimal angepasst, damit man auswählen kann ob '.tif' oder '.asc' als output.
- sonst Doku noch anpassen?
| @@ -1024,6 +1026,8 @@ def createAssetsRasterFromParticleLocations(particlesTimeArrays, dem, uniqueAsse | |||
| list of assets class values sorted from low to high | |||
| assetsValues: dict | |||
| dictionary with for each infrastructure class value the affected cell numbers | |||
There was a problem hiding this comment.
| dictionary with for each infrastructure class value the affected cell numbers | |
| dictionary with affected cell numbers for each asset class |
|
|
||
| def createAssetsRasterFromParticleLocations(particlesTimeArrays, dem, uniqueAssets, assetsValues): | ||
| def createAssetsRasterFromParticleLocations( | ||
| particlesTimeArrays, dem, uniqueAssets, assetsValues, noAssetsClass |
There was a problem hiding this comment.
runtime error if noAssetClass is not provided in function call --> ok or use default value?

PR Checklist
Please confirm before requesting review:
pytestlocally without failsConfirm before the final merge/rebase into master