Closed munguush closed 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 ...
Downgrading the pyproj to 2.13 has solved the issue.
Note: PR #108 should fix this issue, enabling use of pyproj >2.2
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 ...