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/708#issuecomment-169203478,https://api.github.com/repos/pydata/xarray/issues/708,169203478,MDEyOklzc3VlQ29tbWVudDE2OTIwMzQ3OA==,5635139,2016-01-06T02:42:29Z,2016-01-06T02:42:29Z,MEMBER,"You're right - it's on 0.6.1 only. (Apologies...)
","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,125092434
https://github.com/pydata/xarray/issues/708#issuecomment-169201549,https://api.github.com/repos/pydata/xarray/issues/708,169201549,MDEyOklzc3VlQ29tbWVudDE2OTIwMTU0OQ==,1217238,2016-01-06T02:29:09Z,2016-01-06T02:29:09Z,MEMBER,"Hmm. I can't reproduce this on my machine (using numpy 1.10.2 and the dev version of xray):
```
In [21]: ds.to_array('d').b.values.flags
Out[21]:
C_CONTIGUOUS : True
F_CONTIGUOUS : True
OWNDATA : True
WRITEABLE : True
ALIGNED : True
UPDATEIFCOPY : False
```
Which version of numpy do you have installed?
My best guess is that this might be someone related to `broadcast_to`, which can create read only numpy arrays. But nothing should be happening to the coordinate arrays at all with `to_array`...
","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,125092434