issue_comments
3 rows where issue = 146975644 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date)
issue 1
- value scaling wrong in special cases · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
208706109 | https://github.com/pydata/xarray/issues/822#issuecomment-208706109 | https://api.github.com/repos/pydata/xarray/issues/822 | MDEyOklzc3VlQ29tbWVudDIwODcwNjEwOQ== | shoyer 1217238 | 2016-04-12T04:57:47Z | 2016-04-12T04:57:47Z | MEMBER | @forman Just a note -- if h5py can read the data correctly, you can read the data into xarray using h5netcdf (with |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
value scaling wrong in special cases 146975644 | |
208088579 | https://github.com/pydata/xarray/issues/822#issuecomment-208088579 | https://api.github.com/repos/pydata/xarray/issues/822 | MDEyOklzc3VlQ29tbWVudDIwODA4ODU3OQ== | shoyer 1217238 | 2016-04-10T23:14:50Z | 2016-04-10T23:14:50Z | MEMBER | I just opened this up with
with attributes:
To me, It looks like somebody just mis-prepared this dataset, given the smooth transitions in the ocean from dark red to dark blue, which would correspond to numeric overflow. If not, there are lots of places in the ocean where the temperature is in negative degrees Kelvin. I don't have a strong opinion on whether or not we should automatically masking values outside |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
value scaling wrong in special cases 146975644 | |
207552831 | https://github.com/pydata/xarray/issues/822#issuecomment-207552831 | https://api.github.com/repos/pydata/xarray/issues/822 | MDEyOklzc3VlQ29tbWVudDIwNzU1MjgzMQ== | shoyer 1217238 | 2016-04-08T18:46:49Z | 2016-04-08T18:46:49Z | MEMBER | So we actually use our own value scaling logic, independent of netCDF4. It's interesting that we have the same issue, though! Possibly it's because we don't use the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
value scaling wrong in special cases 146975644 |
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