issue_comments: 257479761
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-257479761 | https://api.github.com/repos/pydata/xarray/issues/1068 | 257479761 | MDEyOklzc3VlQ29tbWVudDI1NzQ3OTc2MQ== | 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 } |
186169975 |