Ahmed Shaaban
Ahmed Shaaban
Thanks, I saw the installation docs before, yet I already mentioned the C lib dependencies in pip command above. Pip looks like unable to get that. however, it understand the...
Thanks, I already included the env vars and I downloaded the package so as to install it manually. I got the same error. After some digging, I found that the...
As in the comments on [stack overflow](https://stackoverflow.com/questions/79328792/wrap-lon-of-the-regionmask-does-not-work-with-data-span-from-180-to-180/79333587#79333587), changing the shape coordinate from meters to degress solved this problem. ``` shp_file=shp_file.to_crs('EPSG:4326’) ``` the `mask` function of the `regionmask` package treats the...