coordinates as multiple filters #8158
Unanswered
sagregrevc
asked this question in
Q&A
Replies: 1 comment 3 replies
-
tried with Dataset. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Which is right way filter data if I have less bold coordinates than needed filters?

somehow hvplot can understand what I want. but xarray not (I need change data later with xarray, before plotting)
this command work well:
combined.hvplot(x="pixels", y="int", by="exposure")
but this not:
da.isel(exposure=1.0)
"ValueError: Dimensions {'exposure'} do not exist. Expected one or more of Frozen({'pixels': 2048})"
Beta Was this translation helpful? Give feedback.
All reactions