issues
2 rows where state = "open", type = "issue" and user = 6574622 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
922804256 | MDU6SXNzdWU5MjI4MDQyNTY= | 5475 | Is `_FillValue` really the same as zarr's `fill_value`? | d70-t 6574622 | open | 0 | 2 | 2021-06-16T16:03:21Z | 2024-04-02T08:17:23Z | CONTRIBUTOR | The zarr backend uses the I think this interpretation of the The zarr v2 spec is still a little vague, but states that
Accordingly this value should be used to fill all areas of a variable which are not backed by a stored chunk with this value. This is also different from what CF conventions state (emphasis mine):
The difference between the two is, that Thinking of an example, when storing a density field (i.e. water droplets forming clouds) in a zarr dataset, it might be perfectly valid to set the The issue gets worse when looking into the upcoming zarr v3 spec where
Thus for boolean arrays, if the |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/5475/reactions", "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | issue | ||||||||
1159923690 | I_kwDOAMm_X85FIwfq | 6329 | `to_zarr` with append or region mode and `_FillValue` doesnt work | d70-t 6574622 | open | 0 | 17 | 2022-03-04T18:21:32Z | 2023-03-17T16:14:30Z | CONTRIBUTOR | What happened?
What did you expect to happen?I'd expect this to just work (effectively concatenating the dataset to itself). Anything else we need to know?appears also for
|
{ "url": "https://api.github.com/repos/pydata/xarray/issues/6329/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | issue |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issues] ( [id] INTEGER PRIMARY KEY, [node_id] TEXT, [number] INTEGER, [title] TEXT, [user] INTEGER REFERENCES [users]([id]), [state] TEXT, [locked] INTEGER, [assignee] INTEGER REFERENCES [users]([id]), [milestone] INTEGER REFERENCES [milestones]([id]), [comments] INTEGER, [created_at] TEXT, [updated_at] TEXT, [closed_at] TEXT, [author_association] TEXT, [active_lock_reason] TEXT, [draft] INTEGER, [pull_request] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [state_reason] TEXT, [repo] INTEGER REFERENCES [repos]([id]), [type] TEXT ); CREATE INDEX [idx_issues_repo] ON [issues] ([repo]); CREATE INDEX [idx_issues_milestone] ON [issues] ([milestone]); CREATE INDEX [idx_issues_assignee] ON [issues] ([assignee]); CREATE INDEX [idx_issues_user] ON [issues] ([user]);