mdbartos / pysheds

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

CRS Error #105

Closed munguush closed 4 years ago

munguush commented 4 years ago

I have managed to install the library. But it gives me following error after I tried this: from pysheds.grid import Grid

CRS Error: Invalid projection ...

munguush commented 4 years ago

Downgrading the pyproj to 2.13 has solved the issue.

mdbartos commented 4 years ago

Note: PR #108 should fix this issue, enabling use of pyproj >2.2