issues: 621078539
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
621078539 | MDU6SXNzdWU2MjEwNzg1Mzk= | 4079 | Unnamed dimensions | 703554 | open | 0 | 12 | 2020-05-19T15:33:48Z | 2023-02-18T16:51:14Z | CONTRIBUTOR | I'd like to build an xarray dataset with a couple of dozen variables. All of these variables share a common first dimension, which I want to name. Some of the arrays have other dimensions, but none of those dimensions are in common with any other arrays, and I don't want to ever refer to them by name. Currently IIUC xarray requires that all dimensions are named, which forces me to invent names for all these other dimensions. This ends up with a dataset with lots of noise dimensions in it. I tried using Is there a way to create arrays and datasets with unnamed dimensions? Thanks in advance. |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4079/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
13221727 | issue |