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/pull/814#issuecomment-354980754,https://api.github.com/repos/pydata/xarray/issues/814,354980754,MDEyOklzc3VlQ29tbWVudDM1NDk4MDc1NA==,810663,2018-01-03T10:33:21Z,2018-01-03T10:33:21Z,NONE,Closed by #1750?,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,145140657
https://github.com/pydata/xarray/pull/814#issuecomment-262359050,https://api.github.com/repos/pydata/xarray/issues/814,262359050,MDEyOklzc3VlQ29tbWVudDI2MjM1OTA1MA==,810663,2016-11-22T20:39:23Z,2016-11-22T20:39:23Z,NONE,"This is looking pretty comprehensive to me. Could maybe do with a couple of tests perhaps, but otherwise 👍 .","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,145140657
https://github.com/pydata/xarray/pull/814#issuecomment-228703831,https://api.github.com/repos/pydata/xarray/issues/814,228703831,MDEyOklzc3VlQ29tbWVudDIyODcwMzgzMQ==,810663,2016-06-27T10:00:54Z,2016-06-27T10:00:54Z,NONE,"> @pelson @rhattersley any tips on handling the edge cases of cubes with some, but not all missing dim_coords?
I might consider something like (untested):
```
for dim in xrange(cube.ndim):
try:
dim_coord = cube.coord(dim_coords=True, dimensions=(dim,))
except iris.exceptions.CoordinateNotFoundError:
index_coord = range(cube.shape[dim])
```
","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,145140657
https://github.com/pydata/xarray/pull/814#issuecomment-204692732,https://api.github.com/repos/pydata/xarray/issues/814,204692732,MDEyOklzc3VlQ29tbWVudDIwNDY5MjczMg==,810663,2016-04-02T10:40:59Z,2016-04-02T10:40:59Z,NONE,"Thanks for pinging @shoyer. I'll also ping @rhattersley, and one of us will take a good look in the next few days. :+1:
","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,145140657