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/3969#issuecomment-630026640,https://api.github.com/repos/pydata/xarray/issues/3969,630026640,MDEyOklzc3VlQ29tbWVudDYzMDAyNjY0MA==,31700619,2020-05-18T08:25:31Z,2020-05-18T08:25:31Z,CONTRIBUTOR,"I've just noticed that using xr.concat inverts the coordinates order, I opened a new issue #4072 ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,599583548
https://github.com/pydata/xarray/issues/3969#issuecomment-613465783,https://api.github.com/repos/pydata/xarray/issues/3969,613465783,MDEyOklzc3VlQ29tbWVudDYxMzQ2NTc4Mw==,5821660,2020-04-14T14:09:57Z,2020-04-14T14:09:57Z,MEMBER,"@clausmichele According to the [docs on combining](http://xarray.pydata.org/en/stable/combining.html) `xr.concat` should be used for this example. 

```python
xr.concat([dataArray1,dataArray2], dim='time')
```

```
<xarray.Dataset>
Dimensions:  (time: 2, x: 10, y: 10)
Coordinates:
  * y        (y) int64 0 1 2 3 4 5 6 7 8 9
  * x        (x) int64 0 1 2 3 4 5 6 7 8 9
  * time     (time) int64 0 1
Data variables:
    data     (time, y, x) bool False False False False ... False False False
```

","{""total_count"": 1, ""+1"": 1, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,599583548