### 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: ```python xr.open_dataarray('file.nc').to_zarr('store.zarr') ``` ### Describe alternatives you've considered None. ### Additional context xref `DataArray.to_netcdf` issue/PR: #915 / #990