Tom Nicholas

Results 1090 comments of Tom Nicholas

What would you want the resultant Dataset to look like though? Given that in Xarray's model the Dataset dims are just the set of all dims present on the various...

I would have thought this would not be possible in xarray, but @kmuehlbauer will know better than me whether the information can be preserved through some encoding option.

Looking at this a bit more closely @thodson-usgs ... So you you're doing two 3 pretty unrelated things in this example: 1) Using virtualizarr on your specific netCDF files 2)...

> On your last point, I'd reiterate that the workflow runs if I comment one line: Okay what. That's really surprising to me and breaks my mental model of what's...

:pray: for helping us surface these issues @thodson-usgs ! > Indeed, there was an issue with my cubed environment, and I needed to repass my spec to .chunk or else...

> the rechunk works using the local processes executor. Yay progress! Thank you @tomwhite ! > This led me to cubed-xarray's [store function](https://github.com/cubed-dev/cubed-xarray/blob/2ac91ce2089b5994709bcce20fc6d3786a0cb4c2/cubed_xarray/cubedmanager.py#L207-L211), which is being passed various arguments from...

Sure! If there is any doubt then leave it, but Stephan reviewed it so I say just merge.

@aladinor I've raised your problem as a separate issue in https://github.com/pydata/xarray/issues/9640, in an attempt to keep this issue as a "meta-issue" for discussing performance considerations in the overall implementation of...

> About the performance of the (static html) reprs, I'm afraid there's no way around truncating them for large trees. > > https://github.com/benbovy/xarray-fancy-repr doesn't work with DataTree yet but I...