issues: 395384938
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
395384938 | MDU6SXNzdWUzOTUzODQ5Mzg= | 2644 | DataArray concat with tolerance | 4711805 | closed | 0 | 3 | 2019-01-02T21:23:21Z | 2019-08-15T15:15:26Z | 2019-08-15T15:15:26Z | CONTRIBUTOR | I would like to concatenate many
And I would get: ``` <xarray.DataArray (z: 2, x: 3, y: 3)> array([[[ 0., 1., nan], [ 2., 3., nan], [nan, nan, nan]],
Coordinates: * x (x) float64 0 1 2.1 * y (y) float64 0 1 2.1 Dimensions without coordinates: z ``` @jhamman suggested to use
Is there another work around? Do you think it would be worth having this feature in |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/2644/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
completed | 13221727 | issue |