issue_comments
21 rows where author_association = "NONE" 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 · 21 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
984936456 | https://github.com/pydata/xarray/issues/1068#issuecomment-984936456 | https://api.github.com/repos/pydata/xarray/issues/1068 | IC_kwDOAMm_X846tPAI | betolink 717735 | 2021-12-02T19:30:14Z | 2021-12-05T02:28:04Z | NONE | I'm happy to help! @rabernat, Makhan @virdi from NASA Langley just reminded me the other day that there is a forum for NASA Earthdata users with a direct line to the program managers and scientists that may be the best place to ask data related questions. I think you only need to register with EDL. |
{ "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 1 } |
Use xarray.open_dataset() for password-protected Opendap files 186169975 | |
971142092 | https://github.com/pydata/xarray/issues/1068#issuecomment-971142092 | https://api.github.com/repos/pydata/xarray/issues/1068 | IC_kwDOAMm_X8454nPM | betolink 717735 | 2021-11-17T03:29:28Z | 2021-11-17T03:29:28Z | NONE | Quick update, MERRA2 worked as expected after accepting the EULA again. GPM_L3 redirects to an empty |
{ "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 | |
968999559 | https://github.com/pydata/xarray/issues/1068#issuecomment-968999559 | https://api.github.com/repos/pydata/xarray/issues/1068 | IC_kwDOAMm_X845wcKH | betolink 717735 | 2021-11-15T15:04:37Z | 2021-11-15T15:04:37Z | NONE | I just asked on Slack about how to check for these changes (if at the end this issue is indeed related to an updated EULA) and unfortunately there is no way around it other than doing what Jan did(and still got the 302s). About feedback, yes there are channels but they are on a per-DAAC basis (cries). In this case that would be going to https://daac.gsfc.nasa.gov/ and clicking on the feedback button. I'll keep looking at this after the cloud hackathon today. |
{ "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Use xarray.open_dataset() for password-protected Opendap files 186169975 | |
968986677 | https://github.com/pydata/xarray/issues/1068#issuecomment-968986677 | https://api.github.com/repos/pydata/xarray/issues/1068 | IC_kwDOAMm_X845wZA1 | betolink 717735 | 2021-11-15T14:51:28Z | 2021-11-15T14:51:28Z | NONE | Yeah, definitely not ideal. I'm going to test it again this evening with a new Earthdata user. I'll send you a binder link to a notebook to test it with both accounts. |
{ "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 | |
966777432 | https://github.com/pydata/xarray/issues/1068#issuecomment-966777432 | https://api.github.com/repos/pydata/xarray/issues/1068 | IC_kwDOAMm_X845n9pY | betolink 717735 | 2021-11-12T02:49:59Z | 2021-11-15T14:37:48Z | NONE | Looks like the dataset got updated and when that happens NASA requires users to accept the end user license agreement (again). That's why the request ends up in a redirect. This EULA is also required the first time a user requests the data. Here are the instructions for accepting GESDISC EULA. https://disc.gsfc.nasa.gov/earthdata-login After the GESDIC data archive app shows up in our authorized apps list the code above works like a charm. I'll ask to see if there is a way to automate this @rabernat @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 | |
968356690 | https://github.com/pydata/xarray/issues/1068#issuecomment-968356690 | https://api.github.com/repos/pydata/xarray/issues/1068 | IC_kwDOAMm_X845t_NS | zjans 39352402 | 2021-11-14T20:18:29Z | 2021-11-14T20:18:29Z | NONE | @betolink Thanks for looking into this. GESDISC was already in my lists of accepted EULAS & authorized Apps. I also deleted them and re-authorized, but no change. I still get the "302 The document has moved" message when trying to access the HDF-datasets under https://gpm1.gesdisc.eosdis.nasa.gov/opendap/hyrax/GPM_L3/... with xr.backends.PydapDataStore and ds.open_dataset() In the meantime, I changed my scripts to download the entire HDF files from https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/... and open them locally with xarray (and do spatial subsetting etc) - which works fine but is not quite ideal. |
{ "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 | |
966600850 | https://github.com/pydata/xarray/issues/1068#issuecomment-966600850 | https://api.github.com/repos/pydata/xarray/issues/1068 | IC_kwDOAMm_X845nSiS | betolink 717735 | 2021-11-11T20:24:33Z | 2021-11-11T20:24:33Z | NONE | This looks familiar. I'm going to take a look at this when I get home and will report back. @rabernat |
{ "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 } |
Use xarray.open_dataset() for password-protected Opendap files 186169975 | |
956786981 | https://github.com/pydata/xarray/issues/1068#issuecomment-956786981 | https://api.github.com/repos/pydata/xarray/issues/1068 | IC_kwDOAMm_X845B2kl | zjans 39352402 | 2021-11-01T22:42:48Z | 2021-11-01T22:42:48Z | NONE | @AyrtonB I'm getting the same error now, did you manage to solve it? |
{ "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 | |
790990219 | https://github.com/pydata/xarray/issues/1068#issuecomment-790990219 | https://api.github.com/repos/pydata/xarray/issues/1068 | MDEyOklzc3VlQ29tbWVudDc5MDk5MDIxOQ== | vlvalenti 71399442 | 2021-03-04T22:29:41Z | 2021-03-04T22:29:41Z | NONE | @wallissoncarvalho Were you ever able to make that example work? I have been getting this error using the same example as well and haven't been able to find a solution |
{ "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 | |
695812063 | https://github.com/pydata/xarray/issues/1068#issuecomment-695812063 | https://api.github.com/repos/pydata/xarray/issues/1068 | MDEyOklzc3VlQ29tbWVudDY5NTgxMjA2Mw== | ikhomyakov 1519094 | 2020-09-20T17:16:08Z | 2020-09-20T17:16:08Z | NONE | Dear all, anyone knows if it is possible in xarray.open_dataset (pydap or netcdf engines) to pass |
{ "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Use xarray.open_dataset() for password-protected Opendap files 186169975 | |
693648371 | https://github.com/pydata/xarray/issues/1068#issuecomment-693648371 | https://api.github.com/repos/pydata/xarray/issues/1068 | MDEyOklzc3VlQ29tbWVudDY5MzY0ODM3MQ== | wallissoncarvalho 52915730 | 2020-09-16T20:30:12Z | 2020-09-16T20:40:59Z | NONE |
I'm trying this example:
which returns: ``` 302 Found <html><head> <title>302 Found</title> </head><body>FoundThe document has moved here. </body></html>/usr/local/lib/python3.8/site-packages/xarray/backends/common.py:87: FutureWarning: The |
{ "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 | |
603979341 | https://github.com/pydata/xarray/issues/1068#issuecomment-603979341 | https://api.github.com/repos/pydata/xarray/issues/1068 | MDEyOklzc3VlQ29tbWVudDYwMzk3OTM0MQ== | juliancanellas 43081490 | 2020-03-25T17:31:39Z | 2020-03-25T17:31:39Z | NONE | So, I tried Ryan's example, and got to the same error, where do you accept the EULA? It doesn't pop up on screen. El dom., 22 mar. 2020 a las 6:29, ahahmann (notifications@github.com) escribió:
|
{ "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 | |
602170564 | https://github.com/pydata/xarray/issues/1068#issuecomment-602170564 | https://api.github.com/repos/pydata/xarray/issues/1068 | MDEyOklzc3VlQ29tbWVudDYwMjE3MDU2NA== | ahahmann 50208937 | 2020-03-22T09:29:18Z | 2020-03-22T09:29:18Z | NONE | One can also add username and password to the However, there was one more issue. With Python 3.7.6, I was getting the following error:
That was solved by |
{ "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 | |
516479160 | https://github.com/pydata/xarray/issues/1068#issuecomment-516479160 | https://api.github.com/repos/pydata/xarray/issues/1068 | MDEyOklzc3VlQ29tbWVudDUxNjQ3OTE2MA== | juliancanellas 43081490 | 2019-07-30T15:49:55Z | 2019-07-30T15:49:55Z | NONE | Dear all, Thank you very much for all the time you've put into fixing this issue. I'm a fresh PhD student, started working on solar radiation forecast four months ago, and right now I'm trying to use MERRA 2 aerosol data to initialize WRF Solar. The bug fix on this thread has helped me a lot, since I was trying to avoid the straight forward method of downloading the files by date and then merging them in a single python object. This way I can directly create my python object without downloading one by one and then merging! It's awesome! Thank you all very much! |
{ "total_count": 3, "+1": 0, "-1": 0, "laugh": 0, "hooray": 3, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Use xarray.open_dataset() for password-protected Opendap files 186169975 | |
291410815 | https://github.com/pydata/xarray/issues/1068#issuecomment-291410815 | https://api.github.com/repos/pydata/xarray/issues/1068 | MDEyOklzc3VlQ29tbWVudDI5MTQxMDgxNQ== | jenfly 13774246 | 2017-04-04T06:54:34Z | 2017-04-04T06:54:34Z | NONE | Awesome, thanks so much @laliberte! |
{ "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 | |
290870420 | https://github.com/pydata/xarray/issues/1068#issuecomment-290870420 | https://api.github.com/repos/pydata/xarray/issues/1068 | MDEyOklzc3VlQ29tbWVudDI5MDg3MDQyMA== | jenfly 13774246 | 2017-03-31T23:53:20Z | 2017-03-31T23:53:20Z | NONE | I also like the idea of passing I'm still having problems trying to get |
{ "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 | |
287670125 | https://github.com/pydata/xarray/issues/1068#issuecomment-287670125 | https://api.github.com/repos/pydata/xarray/issues/1068 | MDEyOklzc3VlQ29tbWVudDI4NzY3MDEyNQ== | jenfly 13774246 | 2017-03-20T02:54:33Z | 2017-03-20T02:54:33Z | NONE | Thanks, @rabernat! I'd be happy to try implementing this in the project. I'm a newbie when it comes to contributing to big projects like this (so far I've just used Github for my own little projects) so I might have some naive questions as I figure out how things work. The two options you mentioned for passing username and password info to Also, I realized that there is another hiccup along the way. When I try to specify |
{ "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 | |
287653485 | https://github.com/pydata/xarray/issues/1068#issuecomment-287653485 | https://api.github.com/repos/pydata/xarray/issues/1068 | MDEyOklzc3VlQ29tbWVudDI4NzY1MzQ4NQ== | jenfly 13774246 | 2017-03-19T22:32:50Z | 2017-03-19T22:36:08Z | NONE | I've finally found something useful online and am able to use Pydap to open these files -- hoping someone can help me find a way to integrate this into an xarray.open_dataset() function call and then I will be a very happy camper! Turns out much of the info posted by NASA online is out of date and based on a different implementation of Pydap than what is actually being used currently (argh). Here is something that actually works, from http://www.pydap.org/en/latest/client.html#urs-nasa-earthdata: ``` from pydap.client import open_url from pydap.cas.urs import setup_session session = setup_session(username, password) dataset = open_url(url, session=session) ``` where I've assigned the username and password variables with the appropriate values in another function. I've tested this and it is working, but I would prefer to do things within Xarray since all my code is already using it. Just for fun, I tried |
{ "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 | |
263029510 | https://github.com/pydata/xarray/issues/1068#issuecomment-263029510 | https://api.github.com/repos/pydata/xarray/issues/1068 | MDEyOklzc3VlQ29tbWVudDI2MzAyOTUxMA== | jenfly 13774246 | 2016-11-25T22:41:39Z | 2016-11-25T22:41:39Z | NONE | @j08lue no, not yet. I've been in touch with the folks at NASA who run the server, but their suggestions didn't work for me and I haven't had time to keep troubleshooting. I will need to sort out this issue in the next couple of months to get some data that I need, so if/when I ever resolve it, I'll post the solution here. |
{ "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 | |
258002779 | https://github.com/pydata/xarray/issues/1068#issuecomment-258002779 | https://api.github.com/repos/pydata/xarray/issues/1068 | MDEyOklzc3VlQ29tbWVudDI1ODAwMjc3OQ== | jenfly 13774246 | 2016-11-02T21:20:52Z | 2016-11-02T21:20:52Z | NONE | Ah, I see. Thanks for the suggestion. Using Pydap I'm able to see all the variables and their metadata, so I thought it was working, but when I try to actually access the data values, I get the same error message as from Xarray. The issue must be something unrelated to Xarray -- I'll keep investigating. Thanks for your help! |
{ "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 | |
257479761 | https://github.com/pydata/xarray/issues/1068#issuecomment-257479761 | https://api.github.com/repos/pydata/xarray/issues/1068 | MDEyOklzc3VlQ29tbWVudDI1NzQ3OTc2MQ== | jenfly 13774246 | 2016-11-01T03:15:46Z | 2016-11-01T03:15:46Z | NONE | Thanks very much for your reply! I still get an error from xarray when I use the ``` import xarray from pydap.client import open_url url = 'http://<username>:<password>@goldsmr5.sci.gsfc.nasa.gov/opendap/MERRA2/M2I3NPASM.5.12.4/1986/01/MERRA2_100.inst3_3d_asm_Np.19860101.nc4' ds1 = open_url(url) # Works but data isn't in xarray format ds2 = xarray.open_dataset(url, engine='pydap') # Error message, see attached ``` I've attached the error message here -- error_msg.txt I don't know enough about the inner workings of xarray to trace through it. Please let me know if any of this means anything to you and has a reasonably easy fix or workaround. Thank you! |
{ "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 8