issue_comments: 473416359
This data as json
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/2811#issuecomment-473416359 | https://api.github.com/repos/pydata/xarray/issues/2811 | 473416359 | MDEyOklzc3VlQ29tbWVudDQ3MzQxNjM1OQ== | 5821660 | 2019-03-15T19:37:55Z | 2019-03-15T19:38:52Z | MEMBER | Just as note for me, to not have to reiterate:
Example (dst concat over 'x'):
The ordering of the src_dim1 is because the dimensions in the variables/coordinates are x,y,z in that order. The ordering of the dst_dim1 is because the dimensions in the variables/coordinates are z, y, x.
It seems, that the two coordinates (z and y) are written first, then the variables, and then the changed coordinate. Now trying to find, where this happens. If the two coordinates would be written in the same way as the variables (and after them), then the ordering would be x,y,z as in the source. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
420930870 |