Ryan Abernathey
Ryan Abernathey
> But Pydantic looks promising Big :+1: to this. 
Thanks for reviving this @huard! FWIW, I think it's best for this sort of utility to live in its own small standalone package, which I have referred to as "xarray-mergetool"...
> if we're uploading real data for these, how big can/should the files be? It might affect what dataset I use. This is a good question. We need the tutorials...
@rsignell-usgs -- could you print the `ncdump` for the file? Is there some documentation on these new additions to CF conventions that you can point us to? We need to...
Ok I see...the basic problem, as @shoyer says, is that `siglay` is used as a dimension coordinate, but it `siglay` itself is two-dimensional: `siglay(siglay, node)`. Xarray can't fit this into...
These are precisely the sort of issues we are trying to solve with [xgcm](https://github.com/xgcm/xgcm). I am about to make a big new release. Using the xgcm concept of an `Axis`...
cc @adcroft, who expressed interest in this topic.
I'm just pinging this issue again to keep it fresh. I am becoming more and more convinced that we need to allow for cell bounds in xarray's data model. Contrary...
> I'm not sure I understand (N,M) sized coordinates for unstructured meshes -- what is M here? The total number of cells? Some arbitrary constant indicating the maximum number of...
On today's Xarray dev call, we discussed pursuing another CZI grant to support this feature in Xarray. The image pyramid use case would provide a strong link to the bioimaging...