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/2225#issuecomment-396748317,https://api.github.com/repos/pydata/xarray/issues/2225,396748317,MDEyOklzc3VlQ29tbWVudDM5Njc0ODMxNw==,1217238,2018-06-12T21:59:19Z,2018-06-12T21:59:19Z,MEMBER,I think zarr also requires that the last chunk is no larger than the previous chunks.,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,331415995
https://github.com/pydata/xarray/issues/2225#issuecomment-396649675,https://api.github.com/repos/pydata/xarray/issues/2225,396649675,MDEyOklzc3VlQ29tbWVudDM5NjY0OTY3NQ==,2443309,2018-06-12T16:20:38Z,2018-06-12T16:20:38Z,MEMBER,"Is this check enough:
```python
if any(len(set(chunks[:-1])) > 1 for chunks in var_chunks):
raise ValueError(
""Zarr requires uniform chunk sizes excpet for final chunk.""
"" Variable %r has incompatible chunks. Consider ""
""rechunking using `chunk()`."" % (var_chunks,))
```
where
```python
var_chunks = da.chunks
```","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,331415995
https://github.com/pydata/xarray/issues/2225#issuecomment-396454242,https://api.github.com/repos/pydata/xarray/issues/2225,396454242,MDEyOklzc3VlQ29tbWVudDM5NjQ1NDI0Mg==,1217238,2018-06-12T03:28:18Z,2018-06-12T03:28:18Z,MEMBER,"Yes, this is too strict. It looks like we wrote the code with the right intent here, but it only allows a single last chunk over all dimensions to have a different shape, not the last chunk along each dimension.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,331415995