Stephan Hoyer
Stephan Hoyer
Are frequency strings unambiguous? Rechunking already supports memory sizes for Dask using strings.
This is ready for review. The main thing this could use is clear documentation, to explain that in the case of indexing multiple keys, the resulting DataTree is always defined...
> Is the intention here that > > > > a. `DataTree.subset()` and `DataTree.__getitem__(list)` do the same thing (in both the case that the entries in the list refer to...
I'll take a contrarian perspective: I don't mind the difference between storing/downloading/uploading a 3 KB and a 1 KB metadata file (or even 30 KB vs 10 KB), and I...
I think this relates to some of the discreptancies related to boundary conditions that we noticed in the behavior of SciPy's map_coordinates: https://github.com/scipy/scipy/issues/2640 The SciPy issue is marked as closed...
> So in order to be consistent with scipy and also agree with the documentation, I think we should both: > > * rename `constant` to `grid_constant` > * (optional)...
https://github.com/google/xarray-beam/pull/112 partially resolves this issue, by deprecating using ChunksToZarr without a template.
I think this would be relatively straightforward to add, and potentially quite useful. With the current version of Xarray-Beam, this could be done as follows: 1. Expand the Zarr file...
Let's leave this open for adding an append feature into Xarray beam itself.
Thanks David, this is a great start! This will be a big step forward for h5netcdf and the pure-Python netCDF ecosystem :)