issue_comments
10 rows where author_association = "CONTRIBUTOR" and issue = 186169975 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Use xarray.open_dataset() for password-protected Opendap files · 10 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
966198058 | https://github.com/pydata/xarray/issues/1068#issuecomment-966198058 | https://api.github.com/repos/pydata/xarray/issues/1068 | IC_kwDOAMm_X845lwMq | AyrtonB 29051639 | 2021-11-11T10:46:16Z | 2021-11-11T10:46:16Z | CONTRIBUTOR | Unfortunately not @zjans |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Use xarray.open_dataset() for password-protected Opendap files 186169975 | |
864477138 | https://github.com/pydata/xarray/issues/1068#issuecomment-864477138 | https://api.github.com/repos/pydata/xarray/issues/1068 | MDEyOklzc3VlQ29tbWVudDg2NDQ3NzEzOA== | AyrtonB 29051639 | 2021-06-19T23:51:09Z | 2021-06-19T23:51:09Z | CONTRIBUTOR | I'm also getting the same error when running I'm using pydap==3.2.2 and xarray==0.18.0, any help would be much appreciated! ```python import xarray as xr from pydap.client import open_url from pydap.cas.urs import setup_session username = "my_username" password= "my_password" session = setup_session(username, password, check_url=url) pydap_ds = open_url(url, session=session) store = xr.backends.PydapDataStore(pydap_ds) ds = xr.open_dataset(store) ``` ```html HTTPError: 302 Found <html><head> <title>302 Found</title> </head><body>FoundThe document has moved here. </body></html>``` |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Use xarray.open_dataset() for password-protected Opendap files 186169975 | |
582288134 | https://github.com/pydata/xarray/issues/1068#issuecomment-582288134 | https://api.github.com/repos/pydata/xarray/issues/1068 | MDEyOklzc3VlQ29tbWVudDU4MjI4ODEzNA== | j08lue 3404817 | 2020-02-05T08:06:28Z | 2020-02-05T08:06:28Z | CONTRIBUTOR | Yes, seems like a redirect issue. The URL is fine. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Use xarray.open_dataset() for password-protected Opendap files 186169975 | |
517231392 | https://github.com/pydata/xarray/issues/1068#issuecomment-517231392 | https://api.github.com/repos/pydata/xarray/issues/1068 | MDEyOklzc3VlQ29tbWVudDUxNzIzMTM5Mg== | mrpgraae 3639582 | 2019-08-01T10:47:12Z | 2019-08-01T10:47:12Z | CONTRIBUTOR | @juliancanellas Great! Good to see that someone else actually benefits from this feature, years after it was implemented 😄 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Use xarray.open_dataset() for password-protected Opendap files 186169975 | |
327413829 | https://github.com/pydata/xarray/issues/1068#issuecomment-327413829 | https://api.github.com/repos/pydata/xarray/issues/1068 | MDEyOklzc3VlQ29tbWVudDMyNzQxMzgyOQ== | mrpgraae 3639582 | 2017-09-06T08:30:22Z | 2017-09-06T08:30:22Z | CONTRIBUTOR | Thank you @shoyer, I'll start work on the implementation. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Use xarray.open_dataset() for password-protected Opendap files 186169975 | |
327179289 | https://github.com/pydata/xarray/issues/1068#issuecomment-327179289 | https://api.github.com/repos/pydata/xarray/issues/1068 | MDEyOklzc3VlQ29tbWVudDMyNzE3OTI4OQ== | mrpgraae 3639582 | 2017-09-05T13:43:55Z | 2017-09-05T13:43:55Z | CONTRIBUTOR | @shoyer @jenfly Has this been implemented? I can't see any open PRs relating to this, so I guess no one is working on it? I would be happy to try and implement it, if that's fine with you? It seems like you settled on the solution of passing a session object to a PydapDataStore and then passing that to open_dataset(), correct? Thanks in advance! |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Use xarray.open_dataset() for password-protected Opendap files 186169975 | |
305775273 | https://github.com/pydata/xarray/issues/1068#issuecomment-305775273 | https://api.github.com/repos/pydata/xarray/issues/1068 | MDEyOklzc3VlQ29tbWVudDMwNTc3NTI3Mw== | laliberte 3217406 | 2017-06-02T12:44:23Z | 2017-06-02T13:00:46Z | CONTRIBUTOR | @jenfly and @shoyer |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Use xarray.open_dataset() for password-protected Opendap files 186169975 | |
291262663 | https://github.com/pydata/xarray/issues/1068#issuecomment-291262663 | https://api.github.com/repos/pydata/xarray/issues/1068 | MDEyOklzc3VlQ29tbWVudDI5MTI2MjY2Mw== | laliberte 3217406 | 2017-04-03T20:24:07Z | 2017-04-03T20:24:07Z | CONTRIBUTOR | @shoyer @jenfly:
Good news, I think I was able to track down the bug in |
{ "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Use xarray.open_dataset() for password-protected Opendap files 186169975 | |
290189772 | https://github.com/pydata/xarray/issues/1068#issuecomment-290189772 | https://api.github.com/repos/pydata/xarray/issues/1068 | MDEyOklzc3VlQ29tbWVudDI5MDE4OTc3Mg== | laliberte 3217406 | 2017-03-29T18:54:09Z | 2017-03-29T18:54:09Z | CONTRIBUTOR | I like the idea of passing |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Use xarray.open_dataset() for password-protected Opendap files 186169975 | |
263007655 | https://github.com/pydata/xarray/issues/1068#issuecomment-263007655 | https://api.github.com/repos/pydata/xarray/issues/1068 | MDEyOklzc3VlQ29tbWVudDI2MzAwNzY1NQ== | j08lue 3404817 | 2016-11-25T18:21:05Z | 2016-11-25T18:21:05Z | CONTRIBUTOR | @jenfly did you find a solution how to make opendap authentication work with |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Use xarray.open_dataset() for password-protected Opendap files 186169975 |
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