issues: 1266308714
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1266308714 | I_kwDOAMm_X85LelZq | 6680 | Datatype for a 'shape specification' of a Dataset / DataArray | 4502 | open | 0 | 2 | 2022-06-09T15:25:36Z | 2022-07-13T18:17:06Z | NONE | Is your feature request related to a problem?Often with xarray I find myself having to create a template Dataset or DataArray with dummy data in it just to specify the dimensions/sizes/coordinates/variable names that are required in some situation. Describe the solution you'd likeIt would be very useful to have a datatype that represents a shape specification (dimensions, sizes and coordinates) independently of the data so that we can do things like:
Describe alternatives you've consideredI realise that using lazy dask arrays largely removes the performance overhead of manipulating fake data, but (A) it still feels kinda ugly and adds boilerplate to construct the fake data, and (B) not everyone wants to depend on dask. Additional contextNo response |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/6680/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
13221727 | issue |