Skip to content

Commit

Permalink
Merge branch 'feature/flowdir-raster-class' of https://github.com/eml…
Browse files Browse the repository at this point in the history
…ys/invest into feature/flowdir-raster-class
  • Loading branch information
emlys committed Feb 21, 2024
2 parents e216a2d + 1d86b58 commit f2bfe4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/natcap/invest/managed_raster/managed_raster.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ cdef class ManagedFlowDirRaster(_ManagedRaster):
flow_ij = (flow_dir >> (n_dir * 4)) & 0xF
flow_sum += flow_ij
if flow_ij:
n = NeighborTuple()
n.direction = n_dir
n.x = xj
n.y = yj
Expand Down

0 comments on commit f2bfe4b

Please sign in to comment.