-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed in nopython mode pipeline (step: nopython frontend) #791
Comments
@MaxDragonheart hey were you able to solve this issue? If not, what happens when you remove the |
@brendancol if I put
and the result was the same error. I've use both
|
There are some news about the solution of this bug? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I need to get from a DEM all flat areas and make a binary mask. I'm using xarray and xarray-spatial, below the code:
At the end I need to save the mask as GeoTIFF:
But when I try to save the mask I see the error below:
Here there is the DEM.
I'm using
xarray 2023.8.0
withxarray-spatial 0.3.7
NB: I need to use
aspect
because in the next step I need to classify the exposition of my data avoiding the flat areas.The text was updated successfully, but these errors were encountered: