ratt-ru / dask-ms

Implementation of a dask/xarray dataset backed by a CASA MS
https://dask-ms.readthedocs.io
Other
19 stars 7 forks source link

xds_to_storage to complement xds_from_storage #205

Closed JSKenyon closed 2 years ago

JSKenyon commented 2 years ago

Description

In order to assist in developing data-source agnostic utilities, it would be useful to support xds_to_storage as the complement of xds_from_storage. Practically, this would only support round trips to the same format i.e. casa to casa, or zarr to zarr. The advantage of having this functionality is that software written with dask-ms could avoid some complexity when dealing with outputs.

JSKenyon commented 2 years ago

An important caveat - the intention would not be to support creating new output datasets either. The goal is simply to read/write to/from a dataset in a way which is format agnostic.