home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 302711547

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/pull/1413#issuecomment-302711547 https://api.github.com/repos/pydata/xarray/issues/1413 302711547 MDEyOklzc3VlQ29tbWVudDMwMjcxMTU0Nw== 1217238 2017-05-19T14:04:05Z 2017-05-19T14:04:05Z MEMBER

What is xr.align(..., join='exact') supposed to do?

It verifies that all dimensions have the same length, and coordinates along all dimensions (used for indexing) also match. Unlike the normal version of align, it doesn't do any indexing -- the outputs are always the same as the inputs.

It does not check that the necessary dimensions and variables exist in all datasets. But we should do that as part of the logic in concat anyways, since the xarray data model always requires knowing variables and their dimensions.

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