stack.where triggers computation? #39
Answered
by
gjoseph92
RichardScottOZ
asked this question in
Q&A
-
Does someone know why? the NDVIMIN is this stack["NDVIMIN"] = stack["NDVI"].min(dim="time", skipna=True) |
Beta Was this translation helpful? Give feedback.
Answered by
gjoseph92
Apr 28, 2021
Replies: 2 comments
-
I'm guessing because you said |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RichardScottOZ
-
ah, good point! Thanks! :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm guessing because you said
drop=True
. In order to know which elements to drop, xarray has to first compute them.