issue_comments: 388195123
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/2116#issuecomment-388195123 | https://api.github.com/repos/pydata/xarray/issues/2116 | 388195123 | MDEyOklzc3VlQ29tbWVudDM4ODE5NTEyMw== | 2443309 | 2018-05-10T21:42:08Z | 2018-05-10T21:42:08Z | MEMBER | @thenaomig - thanks for the report. Can you confirm that all the files you are opening have the same time format (e.g. units)? It may also be worth trying your example with the @spencerkclark's CFTimeIndex (https://github.com/pydata/xarray/pull/1252). I think your example may work much better with the following approach: ```Python with xr.set_options(enable_cftimeindex=True): precip = xy.open_mfdataset(dataDir+'prc_day_HadGEM2-ES_rcp85_r1i1p1_*.nc') ``` |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
322091500 |