Joe Hamman

Results 587 comments of Joe Hamman

Actually, I'm not sure it is working. https://xarray.pydata.org/en/stable/api.html is no longer redirecting to https://docs.xarray.dev/en/stable/api.html as expected.

I like: ``` python DataArray.isel_points(x=[1, 2, 3], y=[0, 1, 2], dim='points') ``` I also like the nearest-neighbor / resample API of: ``` python DataArray.sel_points(lon=[-123.25, -140.0, 72.5], lat=[45.0, 72.25, 65.75], dim='points',...

As a first step, I'll volunteer (unless someone else is more keen on doing this work) to put together a pull request for `isel_points`. After that, we'll want to add...

Good point on the dask array business. From the [dask docs](http://dask.pydata.org/en/latest/slicing.html): > Dask.array supports most of the NumPy slicing syntax. > ... > It does not currently support the following:...

Now that the `isel_points` method is implemented, I think it makes sense to discuss the `sel_points` method in a bit more detail. The main outstanding question is - do we...

Very nice. This is the sort of API I was hoping for. It will be a while before I can come back around on this. In the meantime, if someone...

@WeatherGod Short answer. We don't have a tool that is production ready. Longer answer: `xESMF` may be the best prospect in the near term. There are two main issues with...

ping @stefanomattia who seems to be interested in the KDTreeIndex concepts described in this issue.

@stefanomattia - I'd be happy to provide guidance and even to contribute to some of the development. Based on your blog post, I think you may be well on your...

> A separate issue is that consolidated metadata isn't in the core Zarr v3 spec, so we will need to have a Zarr Enhancement Proposal to formally define how the...