Max Jones

Results 225 comments of Max Jones

> https://github.com/tjvandal/xbatcher/commit/3cdf034716330db31afed47c26a6da8a96058cee Nice, want to open a PR for these changes? I can run the asv benchmarks, which are currently used locally rather than as part of the CI.

> do you think we should close this issue or is there more you'd like to do here? https://github.com/xarray-contrib/xbatcher/pull/112 fixed the main point of this issue, so closing now. Related...

> > I like the idea of caching after generating the batches but am wondering if only the indices needs to be stored. Making a second copy of the data...

> Hi @sixy6e, I'm checking in to see whether you're interested in continuing work on this PR, prefer to pass the PR to someone else, or rather abandon the PR...

> Do we really need to convert the "Bump GMT version checklist" and "PyGMT release checklist" templates to YAML format? The original Markdown format looks easier to maintain than the...

@djhoese @mraspaud are there any examples of using the `resample_blocks` function with Xarray objects? I'm interested in trying it out as an alternative to using `map_blocks` with rasterio's reprojection (xref...

@norlandrhagen has been working on handling the coordinates using Xarray, which would work with the strategy to read single Zarr arrays with Xarray. > On behalf of the xarray core...

https://github.com/carbonplan/xrefcoord implements @martindurant's idea to generate the coordinates on demand. https://projectpythia.org/kerchunk-cookbook/notebooks/case_studies/GeoTIFF_FMI.html shows this in action. Any feedback would be welcome!

@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 https://github.com/pydata/xarray/issues/8370). For...