html_url,issue_url,id,node_id,user,created_at,updated_at,author_association,body,reactions,performed_via_github_app,issue https://github.com/pydata/xarray/issues/5405#issuecomment-866951441,https://api.github.com/repos/pydata/xarray/issues/5405,866951441,MDEyOklzc3VlQ29tbWVudDg2Njk1MTQ0MQ==,1217238,2021-06-23T15:46:13Z,2021-06-23T15:46:13Z,MEMBER,"> I'd like to control whether encoding of data shall take place when appending. If I already have encoded data, I'd like to call `encoded_dataset.to_zarr(..., append_dim='time', encode_cf=False)`. This _sounds_ like a good idea to me. I think this has also come up in some other advanced use-cases with Zarr, e.g., that @rabernat has encountered.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,906748201 https://github.com/pydata/xarray/issues/5405#issuecomment-851013432,https://api.github.com/repos/pydata/xarray/issues/5405,851013432,MDEyOklzc3VlQ29tbWVudDg1MTAxMzQzMg==,206773,2021-05-30T14:59:40Z,2021-05-30T14:59:40Z,NONE,"@shoyer, I'd volunteer for a PR, should you agree extending `Dataset.to_zarr` in a backward compatible way: ```python def to_zarr(self, ..., encode_cf: bool = True): ... ```","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,906748201