Closed
Description
Is your feature request related to a problem?
It would be nice to mimic the behavior of DataArray.to_netcdf
for the Zarr backend.
Describe the solution you'd like
This should be possible:
xr.open_dataarray('file.nc').to_zarr('store.zarr')
Describe alternatives you've considered
None.