mdbartos / pysheds

:earth_americas: Simple and fast watershed delineation in python.
GNU General Public License v3.0
717 stars 196 forks source link

What does Angle mean in the code'grid.flowdir(route='dinf')' ? #137

Closed firefly11 closed 2 years ago

firefly11 commented 3 years ago

The range is 0-2π, so which direction does 0 point? Is it clockwise or counterclockwise?

mdbartos commented 2 years ago

0 and 2π would both point to the right-hand side.