Anderson Banihirwe

Results 128 comments of Anderson Banihirwe

👋🏽 @dougiesquire, the primary reason why we are using `ds.data_vars` instead of `ds.variables` is that we don't want xarray to perform unnecessary and expensive checks on the coordinates when merging...

One step closer with - #569. This should enable the following > turn off aggregation, which seems to be a common request. I'd rather do the aggregation "at write-time" by...

regarding > a entry in the catalog that switches between using xr.open_dataset and datatree.open_datatree. Eventually, there will be a xr.open_datatree but the underlying concept of two different functions to open...

@dcherian, when you get a moment, can you take a look and let me know what you think

> It's nice that you haven't needed to touch the backend arrays yet. Will that be the next PR? That's my plan. > The docs failure is real: I was...

@dcherian, this is ready for another round of reviews when you get a chance

> @andersy005 will there be a function similar to `as_compatible_data` in NamedArray? I'm asking because this affects what tests would be expected to pass/fail in NamedArray vs. Variable (xref #8370)....

> we should display two versions of of the logo in the light vs. dark mode (note: if the logo is in the svg format, it may be possible to...

@aulemahal, @mgrover1 fixed the kerchunk issue in - https://github.com/intake/intake-esm/pull/548 However, the netCDF's thread safety issue is still outstanding.

> > Would you mind trying with `S3FileSystem(..., default_cache_type='none')`? > > Thanks, I will try and provide feedback. @rch9, did Martin's suggestion end up working for you?