Sam Levang

Results 34 comments of Sam Levang

Interpolating on chunked dimensions doesn't work at all prior to #4155. The changes in #4069 are also relevant.

The chunking structure on disk is pretty instrumental to my application, which requires fast retrievals of full slices in the time dimension. The loop option in my first post only...

> @slevang are you still interested to continue this PR? I think that would be a worthwhile addition and should not be too much left to do. (What would be...

Not sure I understand the blockwise approach well enough to make a PR, but maybe I'll give it a try at some point.

> Thanks for doing this @slevang ! Would you mind adding a tiny regression test too? Right, I guess this actually breaks the previous way of passing kwargs and that...

> Is that something that will be deprecated or is it planned to keep the support for the kwargs dict forever? Not sure if there are any strong opinions here?...

I've run into similar errors using xesmf in parallel applications, and it has usually been an issue with the regridder files being stored on disk. You might solve this by...

Check out the new [pangeo-data fork](https://github.com/pangeo-data/xESMF) of this package, which has a number of updates including in-memory weights storage.

You're not the only one, this has been reported quite a few times before: #1234, #2969, #6879, #7587. Personally I find the default behavior very annoying. I'm almost always using...

With `mode="a"`, I'm not sure this does match the array behavior. If you don't set `append_dim`, then array values are happily overwritten. So it seems to me like overwriting dataset...