mdbartos / pysheds

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

Fix the bbox bug in `ViewFinder` #251

Open cheginit opened 3 months ago

cheginit commented 3 months ago

This PR Fixes the issue with getting the bounds wrong when affine has no rotation or the resolution is negative. (mdbartos/pysheds#250)