Tom Nicholas

Results 182 issues of Tom Nicholas

WIP to make the checks on user input to the Grid constructor stricter. Factored out of #557 because lots of the test fixtures don't actually conform to these stricter checks,...

We want to preserve this part of the docstring for `Axis` somewhere in the docs / docstrings See #405 ```python """ An object that represents a group of coordinates that...

docs

There's currently a `to_zarr` method, the implementation of which just calls `dask.array.from_zarr()` on a zarr store url. I would like to add a `to_cubed` method which does the same thing...

I just had a long and useful chat with @jbusecke, who corrected several misconceptions I had about what pangeo-forge was and how to use it. One misconception I had in...

**Please describe problem to be solved** A lot of scientists (particularly Climate Scientists) are now sharing their data via public cloud buckets (e.g. [ERA-5 on GCP](https://cloud.google.com/storage/docs/public-datasets/era5), see [this paper](https://ieeexplore.ieee.org/document/9354557) for...

enhancement

What would need to happen to use flox with cubed instead of dask? (I see this question as part of fully solving https://github.com/pydata/xarray/issues/6807.) In the code I see `blockwise` being...

array-types

Very very rough changes to see what happens if you try to give flox a `cubed.Array`. Not many changes are required to get the cubed array inputs all the way...

- [x] Closes #240 - [x] Tests added - [x] Passes `pre-commit run --all-files` - [ ] New functions/methods are listed in `api.rst` - [ ] Changes are summarized in...

@eschalkargans suggested in #281 that the API of `DataTree` objects could more closely follow that of `pathlib.PurePath` objects. I think this aligning of APIs/nomenclature is a good idea. In general...

enhancement

> Actually you're right, I don't know if the docs currently mention anywhere that assigning to `.ds` is allowed! _Originally posted by @TomNicholas in https://github.com/xarray-contrib/datatree/issues/303#issuecomment-1918080828_

documentation
good first issue