Tom Nicholas

Results 1090 comments of Tom Nicholas

If you wanted a real-world example then the ENSO state (i.e. whether or not we're in El Nino or La Nina) is interesting. IIUC you basically just average the SST...

I wonder if we could build an executor for cubed which translated the bounded-memory primitive array operations into these differential operators under the hood, then retrigger it https://timelydataflow.github.io/differential-dataflow/chapter_2/chapter_2.html EDIT: Or...

> Icechunk has the concept of a [`ChangeSet`](https://github.com/earth-mover/icechunk/blob/9e63119748366bf6b55b2f9bdfbd0125713a981f/icechunk/src/change_set.rs#L21), which contains more than enough information to know which input chunks have been updated by a commit. But there's no python exposure...

> for array computations specifically it only means asking "what's the biggest shape this custom array->array operation might produce?" I guess this is not true in general, even for a...

> what do you think about some sort of helper function that lists the available parsers? It's a nice idea, but I'm not sure it's necessary. In VirtualiZarr's case it...

Note that the links in the readme should also be updated to point to this new page.

Also note that this can replace the FAQ question we currently have on this topic.

Unsigned ints are supposed to be supported! See https://zarr.readthedocs.io/en/stable/user-guide/data_types.html#integral for the list. So this should be a simple fix...

I've been looking at this more, in the context of fixing #189. I think we could probably almost use `xarray.decode_cf` out of the box, with a few subtleties: - Most...

Thanks @ayushnag . I think your suggestion is almost the opposite of what I'm suggesting doing in this issue, so I moved it to #221 to discuss there. (Opposite in...