issue_comments
4 rows where issue = 99836561 and user = 6628425 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- time decoding error with "days since" · 4 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
474822193 | https://github.com/pydata/xarray/issues/521#issuecomment-474822193 | https://api.github.com/repos/pydata/xarray/issues/521 | MDEyOklzc3VlQ29tbWVudDQ3NDgyMjE5Mw== | spencerkclark 6628425 | 2019-03-20T13:12:14Z | 2019-03-20T13:12:14Z | MEMBER |
I opened an issue in cftime regarding this: https://github.com/Unidata/cftime/issues/114. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
time decoding error with "days since" 99836561 | |
474813983 | https://github.com/pydata/xarray/issues/521#issuecomment-474813983 | https://api.github.com/repos/pydata/xarray/issues/521 | MDEyOklzc3VlQ29tbWVudDQ3NDgxMzk4Mw== | spencerkclark 6628425 | 2019-03-20T12:47:39Z | 2019-03-20T12:47:39Z | MEMBER | Great that's helpful, thanks. I see what's happening now. There's a lot of tricky things going on, so bear with me. Let's examine the output from For non-real-world calendars (e.g. 365_day), reference dates in cftime should allow year zero. This was fixed upstream in https://github.com/Unidata/netcdf4-python/pull/470. That being said, because of (2), the calendar for In theory, another possible way to work around this would be to open the dataset with In conclusion, I'm afraid there is nothing we can do in xarray to automatically fix this situation. Issue (3) in the netCDF file is particularly unfortunate. If it weren't for that, I think all of these issues would be possible to work around, e.g. with https://github.com/pydata/xarray/pull/2571 here, or with fixes upstream. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
time decoding error with "days since" 99836561 | |
474601105 | https://github.com/pydata/xarray/issues/521#issuecomment-474601105 | https://api.github.com/repos/pydata/xarray/issues/521 | MDEyOklzc3VlQ29tbWVudDQ3NDYwMTEwNQ== | spencerkclark 6628425 | 2019-03-19T21:59:08Z | 2019-03-19T21:59:08Z | MEMBER | Thanks -- in looking at the metadata it seems there is nothing unusual about the My feeling is that the issue here remains the fact that cftime dates do not support year zero (see the upstream issue @rabernat mentioned earlier: Unidata/netcdf4-python#442). That said, it's surprising that dropping the If you don't mind, could you provide me with two more things?
- What the time coordinate looks like after your workaround in
https://github.com/pydata/xarray/issues/521#issuecomment-474580481
- What the traceback looks like if you try to open the file normally, e.g. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
time decoding error with "days since" 99836561 | |
474583572 | https://github.com/pydata/xarray/issues/521#issuecomment-474583572 | https://api.github.com/repos/pydata/xarray/issues/521 | MDEyOklzc3VlQ29tbWVudDQ3NDU4MzU3Mg== | spencerkclark 6628425 | 2019-03-19T21:03:37Z | 2019-03-19T21:03:37Z | MEMBER | Could you provide the output of |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
time decoding error with "days since" 99836561 |
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