MetPy icon indicating copy to clipboard operation
MetPy copied to clipboard

Add `isel` to xarray accessor

Open dopplershift opened this issue 2 years ago • 0 comments

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 avatar Mar 02 '22 05:03 dopplershift