Skip to content
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

Improve xarray support of the explorer #969

Closed
wants to merge 3 commits into from
Closed

Conversation

maximlt
Copy link
Member

@maximlt maximlt commented Nov 16, 2022

Add basic support to exploring xarray datasets.

  • Need to better handle coords and data vars selection
  • Add tests

@maximlt maximlt marked this pull request as draft November 16, 2022 15:37
@maximlt
Copy link
Member Author

maximlt commented Nov 16, 2022

import hvplot.xarray
import xarray as xr

ds = xr.tutorial.open_dataset('air_temperature')

# 2D+ DataArrays
hvplot.explorer(ds.air)

# 1D DataArray
hvplot.explorer(ds.air.isel(lat=0, lon=0))

image

@tomchor
Copy link

tomchor commented Dec 12, 2022

Hi! Is this feature still under development? I'm eagerly awaiting for when I can easily explore my xarray objects this way! :)

@maximlt
Copy link
Member Author

maximlt commented Dec 13, 2022

Yes!

@maximlt maximlt added this to the 0.9.0 milestone Sep 11, 2023
@maximlt maximlt closed this Oct 2, 2023
@tomchor
Copy link

tomchor commented Oct 2, 2023

I'm sad this is closed :/
Is this being substituted by another PR or is this feature now abandoned?

@hoxbro
Copy link
Member

hoxbro commented Oct 2, 2023

Yes it is! #1141

@maximlt maximlt deleted the explorer_xarray_support branch January 28, 2024 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants