We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
using Rasters r1 = Raster(rand(X(1:1000), Y(1:1000))) r2 = Raster(rand(dims(r1)...)) rs = RasterStack(r1, r2) bool_cond_raster = r1 .> 0.5 mask_inds = Rasters.DD.DimIndices(bool_cond_raster)[bool_cond_raster] rs[mask_inds]
The text was updated successfully, but these errors were encountered:
Maybe this is better raised in DimensionalData.jl?
Sorry, something went wrong.
I'll transfer it over
Had to fix your MWE, but yes something is really wrong with show here
show
Successfully merging a pull request may close this issue.
Screen.Recording.2024-09-30.at.11.48.32.AM.mov
The text was updated successfully, but these errors were encountered: