issues
4 rows where state = "open" and user = 13205162 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
822404281 | MDU6SXNzdWU4MjI0MDQyODE= | 4997 | Include a markertype in `Dataset.plot.scatter` | tomchor 13205162 | open | 0 | 4 | 2021-03-04T18:49:08Z | 2021-05-26T22:49:14Z | CONTRIBUTOR | Pardon me if I've missed something, but from the docs and the issues raised it doesn't seem like anyone has proposed to add a marker type in The only issue I see is that there are a finite number of marker types by default, but that's no different from the finite number of colors in the default color wheel. Thoughts? |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/4997/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | issue | ||||||||
435532136 | MDU6SXNzdWU0MzU1MzIxMzY= | 2911 | Support from reading unformatted Fortran files | tomchor 13205162 | open | 0 | 6 | 2019-04-21T17:50:52Z | 2021-01-01T11:25:53Z | CONTRIBUTOR | I was wondering if there is interest in developing support for reading unformatted binary files into DataArrays/Datasets. I have been using a couple of models for a while that output unformatted Fortran binary files that I have to read into DataArrays and Datasets. I have developed my own custom functions to do this and they work quite well for my purposes, but I was wondering is the community thinks this is something that would be useful for more people. I know the syntax could be a bit cumbersome, but I was thinking it could be implemented like
From there we could figure out the counts to read, etc. If there's interest in this feature we could discuss it and I'd be happy to implement. Cheers |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/2911/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | issue | ||||||||
423922821 | MDU6SXNzdWU0MjM5MjI4MjE= | 2838 | Change `swap_dims` to rename_dims? | tomchor 13205162 | open | 0 | 1 | 2019-03-21T20:17:59Z | 2019-09-07T20:08:02Z | CONTRIBUTOR | Basically I'm trying to swap the names and data (basically the underlying numpy array would be the same, but the coords would change) of two dimensions in my So I thought Maybe it would be good to add example of usage of this function? |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/2838/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
xarray 13221727 | issue | ||||||||
309965118 | MDU6SXNzdWUzMDk5NjUxMTg= | 2030 | Animate DataArrays | tomchor 13205162 | open | 0 | 12 | 2018-03-30T03:23:22Z | 2019-05-31T14:55:56Z | CONTRIBUTOR | Hi, this is my first a feature request here. I've been using xarray for a while but it always comes somewhat short when I'm trying to do animations. It always ends up being a big hassle. Is there a good way to provide some functionality to make animations easier? I really like the way xarray sets up the plots by default, but I always end up re-writing it when setting up an animation, which I always feel like is kind of a shame. Cheers |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/2030/reactions", "total_count": 3, "+1": 3, "-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]);