google / xarray-beam

Distributed Xarray with Apache Beam
https://xarray-beam.readthedocs.io
Apache License 2.0
125 stars 7 forks source link

Serialize smaller templates on ChunksToZarr #62

Closed copybara-service[bot] closed 1 year ago

copybara-service[bot] commented 1 year ago

Serialize smaller templates on ChunksToZarr

This massively improves performance in the case where a template chunked with Dask (rather than make_template) is passed into ChunksToZarr.

Also disable the Python 3.7 tests on GitHub which are already failing at main. (It appears that inconsistency versions of dependencies are getting installed.)