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

Add isel to xarray accessor #2368

Open
dopplershift opened this issue Mar 2, 2022 · 0 comments
Open

Add isel to xarray accessor #2368

dopplershift opened this issue Mar 2, 2022 · 0 comments
Labels
Area: Xarray Pertains to xarray integration Type: Feature New functionality
Milestone

Comments

@dopplershift
Copy link
Member

Having support for isel on the Xarray accessor would allow getting the single time in a dataset out like:

ds = ds.metpy.isel(time=0)

while also not having to know that time is actually time3.

@dopplershift dopplershift added Type: Feature New functionality Area: Xarray Pertains to xarray integration labels Mar 2, 2022
@dopplershift dopplershift added this to the May 2022 milestone Apr 11, 2022
@dopplershift dopplershift modified the milestones: May 2022, July 2022 May 16, 2022
@dopplershift dopplershift modified the milestones: 1.4.1, April 2023 Mar 16, 2023
@dopplershift dopplershift modified the milestones: 1.7.0, 1.8.0 Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Xarray Pertains to xarray integration Type: Feature New functionality
Projects
Status: No status
Development

No branches or pull requests

1 participant