issue_comments
3 rows where issue = 811409317 and user = 12556634 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- OpenDAP Documentation Example failing with RunTimeError · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
812365653 | https://github.com/pydata/xarray/issues/4925#issuecomment-812365653 | https://api.github.com/repos/pydata/xarray/issues/4925 | MDEyOklzc3VlQ29tbWVudDgxMjM2NTY1Mw== | Tinkaa 12556634 | 2021-04-02T07:09:12Z | 2021-04-02T07:09:53Z | NONE | Hi, did anyone in the meantime gain insights on the cause of this issue? @scottyhq @dopplershift @rabernat ? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
OpenDAP Documentation Example failing with RunTimeError 811409317 | |
783353154 | https://github.com/pydata/xarray/issues/4925#issuecomment-783353154 | https://api.github.com/repos/pydata/xarray/issues/4925 | MDEyOklzc3VlQ29tbWVudDc4MzM1MzE1NA== | Tinkaa 12556634 | 2021-02-22T12:54:38Z | 2021-02-22T12:54:38Z | NONE | @scottyhq Sorry yes that was indeed the problem, was installing packages with pip and that caused incompatibility, thanks for looking into it. Would be great nevertheless to figure out the root of the issue. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
OpenDAP Documentation Example failing with RunTimeError 811409317 | |
781968755 | https://github.com/pydata/xarray/issues/4925#issuecomment-781968755 | https://api.github.com/repos/pydata/xarray/issues/4925 | MDEyOklzc3VlQ29tbWVudDc4MTk2ODc1NQ== | Tinkaa 12556634 | 2021-02-19T09:58:11Z | 2021-02-19T09:58:22Z | NONE | Just confirming I have the same error/traceback with the example you gave. But this error persists when pinning netCDF4 to version 1.5.1.. Got to the issue because I got the same error when trying to clip another IRI dataset with OpenDAP. Environment: Output of xr.show_versions()$ INSTALLED VERSIONS ------------------ commit: None python: 3.8.5 (default, Nov 18 2020, 15:31:37) [Clang 12.0.0 (clang-1200.0.31.1)] python-bits: 64 OS: Darwin OS-release: 20.3.0 machine: x86_64 processor: i386 byteorder: little LC_ALL: None LANG: None LOCALE: None.UTF-8 libhdf5: 1.12.0 libnetcdf: 4.7.4 xarray: 0.16.2 pandas: 1.1.3 numpy: 1.19.1 scipy: 1.5.4 netCDF4: 1.5.0.1 pydap: installed h5netcdf: None h5py: None Nio: None zarr: None cftime: 1.3.0 nc_time_axis: None PseudoNetCDF: None rasterio: 1.1.7 cfgrib: None iris: None bottleneck: None dask: None distributed: None matplotlib: 3.3.1 cartopy: 0.18.0 seaborn: 0.11.0 numbagg: None pint: None setuptools: 50.3.2 pip: 20.3.3 conda: None pytest: None IPython: 7.19.0 sphinx: None |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
OpenDAP Documentation Example failing with RunTimeError 811409317 |
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