avaframe / AvaFrame

https://avaframe.org
European Union Public License 1.2
16 stars 2 forks source link

[com4FlowPy]: Add additional output: ForestInteraction Layer #997

Closed PaulaSp3 closed 3 months ago

PaulaSp3 commented 3 months ago

if forest = True: additional option to compute an additional output Layer forestInteraction, which represents the number of forested raster cells a path runs through. In this forest interaction layer, locations (raster cells) of paths are assigned to the number of forested cells previously hit. The output raster layer shows the minimum of forest interaction values of all paths. (most "conservative" case)

pep8speaks commented 3 months ago

Hello @PaulaSp3! Thanks for updating this PR.

Line 241:5: E722 do not use bare 'except'

Line 203:21: W292 no newline at end of file

Comment last updated at 2024-07-03 07:34:24 UTC