[com4]: output for release area information#1213
Conversation
|
Coverage Impact ⬆️ Merging this pull request will increase total coverage on Modified Files with Diff Coverage (4)
🤖 Increase coverage with AI coding...🚦 See full report on Qlty Cloud » 🛟 Help
|
9d893b8 to
e75f10d
Compare
e75f10d to
e5091f8
Compare
e5091f8 to
ae29065
Compare
ae29065 to
c1ae153
Compare
ahuber-bfw
left a comment
There was a problem hiding this comment.
Hey @PaulaSp3,
Cool features (esp. the releaseID to Polygon feature :) )
only some questions/remarks:
- maybe you can add some tests for the new functions in
splitAndMerge.pyin thetest_com4FlowPy.pyfile - handling of additional output arrays in
flowCore.py--> to be consistent with the method used for other optional outupts (e.g. infra, forestInteraction) maybe we could only initiate the required arrays, if the option is set in the .ini - else just assignNone? - regarding the option to have a
relVolMinandrelVolMaxoutput- are there use-cases, where this is interesting and you don't also use the relID option at the same time?
- if this is only used togehter with the relID option, then this could probably be implemented at a higher level or in a post-processing step without need for modification in
flowCore.pyandflowClass.py
4f4a576 to
8b69944
Compare
edcbc76 to
dbc6b26
Compare
a42be9d to
c628585
Compare
c628585 to
643cf37
Compare
13d6ec4 to
71dd27e
Compare
71dd27e to
5d696bf
Compare
ahuber-bfw
left a comment
There was a problem hiding this comment.
looks good!
only some minor comments left - see below.
a16ac02 to
266eb0e
Compare
…ess path still in progress relVolMin and relVolMax as output correct position for relId delete print small change fix bug pathPolygons as output rename function tidy up try to keep RAM as small as possible print a warning if the output in cfg is not completly valid small corrections correct bugs and doc update docu adapt pytest delete unused package Update com4FlowPy.py deleteTempFolder - small BugFix and adaptation for releaseID functionality add tests for tiling, merging of tiles fixed bug extend split and merge test add test for dictToPolygon fix bug format and test fix
comments AH Update avaframe/tests/test_com4FlowPy.py Co-authored-by: qltysh[bot] <168846912+qltysh[bot]@users.noreply.github.com> fix bug clean and make polygon geometry valid delete temp files delete unued import comments AH Update avaframe/tests/test_com4FlowPy.py Co-authored-by: ahuber-bfw <112931921+ahuber-bfw@users.noreply.github.com> comment AH
266eb0e to
62e9eeb
Compare
|
Standardtests ident apart from known com5 |

rasters are only merged if they are written as output.
computation time (for my example): +25%
new outputs:
outputs that were new within this PR, but are deleted with this commit b8be3c9 again and could be restored with this commit:
required input data (for these outputs):
added tests for various functions for tiling and merging the tiles