issue_comments
5 rows where issue = 129630652 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- coordinate variable not written in netcdf file in some cases · 5 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 751270756 | https://github.com/pydata/xarray/issues/733#issuecomment-751270756 | https://api.github.com/repos/pydata/xarray/issues/733 | MDEyOklzc3VlQ29tbWVudDc1MTI3MDc1Ng== | stale[bot] 26384082 | 2020-12-25T16:49:53Z | 2020-12-25T16:49:53Z | NONE | In order to maintain a list of currently relevant issues, we mark issues as stale after a period of inactivity If this issue remains relevant, please comment here or remove the |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
coordinate variable not written in netcdf file in some cases 129630652 | |
| 177338857 | https://github.com/pydata/xarray/issues/733#issuecomment-177338857 | https://api.github.com/repos/pydata/xarray/issues/733 | MDEyOklzc3VlQ29tbWVudDE3NzMzODg1Nw== | wilhelmsen 242610 | 2016-01-30T23:41:47Z | 2016-01-30T23:41:47Z | NONE | I also find it useful, now that I understand it. But I also find it useful to know if the xarray coordinate is a netcdf coordinate or netcdf dimension: "A variable with the same name as a dimension is called a coordinate variable". But I guess that is the same as "indicating that xarray created the coordinate itself", as @shoyer mentioned above? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
coordinate variable not written in netcdf file in some cases 129630652 | |
| 177056825 | https://github.com/pydata/xarray/issues/733#issuecomment-177056825 | https://api.github.com/repos/pydata/xarray/issues/733 | MDEyOklzc3VlQ29tbWVudDE3NzA1NjgyNQ== | rafa-guedes 7799184 | 2016-01-30T03:25:03Z | 2016-01-30T03:25:03Z | CONTRIBUTOR | I personally find it useful - maybe not too intuitive though that the behaviour changes depending on whether there are attrs defined for that coordinate variable or not. I agree some documentation on this would be definitely helpful! |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
coordinate variable not written in netcdf file in some cases 129630652 | |
| 177036328 | https://github.com/pydata/xarray/issues/733#issuecomment-177036328 | https://api.github.com/repos/pydata/xarray/issues/733 | MDEyOklzc3VlQ29tbWVudDE3NzAzNjMyOA== | shoyer 1217238 | 2016-01-30T01:06:59Z | 2016-01-30T01:06:59Z | MEMBER | At the very least, we should advertise this feature in the documentation. But given how surprising people find it, it might be even better to remove it... |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
coordinate variable not written in netcdf file in some cases 129630652 | |
| 176863363 | https://github.com/pydata/xarray/issues/733#issuecomment-176863363 | https://api.github.com/repos/pydata/xarray/issues/733 | MDEyOklzc3VlQ29tbWVudDE3Njg2MzM2Mw== | shoyer 1217238 | 2016-01-29T17:04:44Z | 2016-01-29T17:04:44Z | MEMBER | This is an unadvertised feature, though I agree that it may be more trouble than it's worth -- xarray implicitly creates coordinates like The original intent (see https://github.com/pydata/xarray/pull/245) was for more faithful roundtripping of netCDF files, which may not have all coordinate variables defined. Arguably, it would make more sense to only do this when a certain |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
coordinate variable not written in netcdf file in some cases 129630652 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] (
[html_url] TEXT,
[issue_url] TEXT,
[id] INTEGER PRIMARY KEY,
[node_id] TEXT,
[user] INTEGER REFERENCES [users]([id]),
[created_at] TEXT,
[updated_at] TEXT,
[author_association] TEXT,
[body] TEXT,
[reactions] TEXT,
[performed_via_github_app] TEXT,
[issue] INTEGER REFERENCES [issues]([id])
);
CREATE INDEX [idx_issue_comments_issue]
ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
ON [issue_comments] ([user]);
user 4