home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 178997890

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/742#issuecomment-178997890 https://api.github.com/repos/pydata/xarray/issues/742 178997890 MDEyOklzc3VlQ29tbWVudDE3ODk5Nzg5MA== 1217238 2016-02-03T04:23:31Z 2016-06-15T16:50:43Z MEMBER

This is actually closer to the functionality of concat than merge. Hypothetically, something like the following would do what you want:

```

note: this is not valid syntax currently! the dims arguments

does not yet exist.

this would hypothetically only align along the 'y' dimension, not 'x'

aligned = xr.align(*das, join='outer', dims='y') combined = xr.concat(aligned, dim='x') ```

In cases where each array does not already have the dimension you want to concat along, this already works fine, because you can simply omit dims in align.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  130753818
Powered by Datasette · Queries took 0.657ms · About: xarray-datasette