Benoit Bovy
Benoit Bovy
I stumbled upon this issue while struggling with widgets that seem to be still alive in the front-end after a kernel restart. I have some custom "headless" widgets that wrap...
> but another option (post explicit index refactor) might be an option for opening a dataset without creating indexes for 1D coordinates along dimensions. It might indeed be worth considering...
I haven't thought about adding static asserts but it would be nice indeed! I'd like to implement this kind of interface, but I have to admit that I'm a bit...
Hmm I'm not sure what is exactly happening but Xoak's support for chunked datasets (index or indexer) is very experimental and pretty unstable. For example, dask/distributed rebuilds or replicates the...
> I am aware of the new indices in xarray but haven't seen them in action to see how they work or how to use them yet. Yes this is...
> So maybe we could support returning the distances via both .xoak.query() and xoak.sel() after all? If we're going to support both, I think we can either merge this PR...
Hi @axelschweiger (sorry for the long wait!), I'm thinking about two ways where you can get the array position indices: - When doing `ds_out = ds_in.xoal.sel(...)`, the coordinates in `ds_out`...
Unfortunately this causes failing sphinx builds on RTD (e.g., https://readthedocs.org/projects/ipytone/builds/17209345/), as `nbclient` is inconsistently upgraded to the last version on RTD (see https://github.com/readthedocs/readthedocs.org/issues/8890).
Note that this is the full repr that is shown in the screenshot (not the inline repr). One solution on the Xarray side could be to tweak the `overflow-x` CSS...
This is a good example of Xarray index that may be worth mentioning in https://github.com/pydata/xarray/discussions/7041. In the current version of the Xarray data model every index must have at least...