home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

10 rows where author_association = "CONTRIBUTOR" and issue = 186169975 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: reactions, created_at (date), updated_at (date)

user 4

  • laliberte 3
  • mrpgraae 3
  • j08lue 2
  • AyrtonB 2

issue 1

  • Use xarray.open_dataset() for password-protected Opendap files · 10 ✖

author_association 1

  • CONTRIBUTOR · 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 xr.open_dataset(store) even though I have accepted the EULA. Has anyone had success solving this?

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"

url = 'https://goldsmr4.gesdisc.eosdis.nasa.gov/opendap/MERRA2/M2T1NXSLV.5.12.4/2016/06/MERRA2_400.tavg1_2d_slv_Nx.20160601.nc4'

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>

Found

The 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 pydap version 3.2.2 (newly released last week) should have fixed this issue. Could you verify?

{
    "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 pydap that was preventing compatibility. I'm putting a PR together and we could expect it to be merged pretty soon into the master. I wanted to give you a heads up so that you don't waste more time on this.

{
    "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 PydapDataStore objects that include the session object. It seems more likely to be forward compatible, especially if Central Authentication Services multiply (as one would expect) with different authentication mechanisms.

{
    "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 xarray? Might be worthwhile posting it here, even though the issue has to do with the backends.

{
    "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

CSV options:

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]);
Powered by Datasette · Queries took 15.856ms · About: xarray-datasette