home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 864477138

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/1068#issuecomment-864477138 https://api.github.com/repos/pydata/xarray/issues/1068 864477138 MDEyOklzc3VlQ29tbWVudDg2NDQ3NzEzOA== 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
}
  186169975
Powered by Datasette · Queries took 0.898ms · About: xarray-datasette