issue_comments
3 rows where issue = 32763132 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Why not CDAT? · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 57037937 | https://github.com/pydata/xarray/issues/112#issuecomment-57037937 | https://api.github.com/repos/pydata/xarray/issues/112 | MDEyOklzc3VlQ29tbWVudDU3MDM3OTM3 | shoyer 1217238 | 2014-09-27T01:20:43Z | 2014-09-27T01:20:43Z | MEMBER | Note: looks like I may be wrong about (most of) the legal complications -- UV-CDAT now says its available under the GPL: http://uvcdat.llnl.gov/installing.html |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Why not CDAT? 32763132 | |
| 54106624 | https://github.com/pydata/xarray/issues/112#issuecomment-54106624 | https://api.github.com/repos/pydata/xarray/issues/112 | MDEyOklzc3VlQ29tbWVudDU0MTA2NjI0 | shoyer 1217238 | 2014-09-02T03:41:41Z | 2014-09-02T03:41:41Z | MEMBER | going to close this since we now mention CDAT in our FAQ. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Why not CDAT? 32763132 | |
| 42642338 | https://github.com/pydata/xarray/issues/112#issuecomment-42642338 | https://api.github.com/repos/pydata/xarray/issues/112 | MDEyOklzc3VlQ29tbWVudDQyNjQyMzM4 | shoyer 1217238 | 2014-05-09T08:04:52Z | 2014-05-09T08:04:52Z | MEMBER | Thanks for asking! Looking at CDAT, it does indeed appear that it has objects which are very similar in spirit to the xray Dataset and DataArray. I think some of the major distinguishing features of xray would be:
1. Design:
- xray is targeted at a broader audience: anyone who needs a labeled, multi-dimensional array. I would like to avoid tight coupling to any particular domain, and keep xray as a more generic analysis tool for working with labeled N-dimensional arrays.
- However, I'm sure that CDAT has some useful features and designs. If there are any particular aspects that you particular appreciate and think might belong in xray, I would be very interested to hear about them. Note: I found the source code for UV-CDAT on GitHub: https://github.com/UV-CDAT/uvcdat |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Why not CDAT? 32763132 |
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 1