issue_comments: 291258269
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/1350#issuecomment-291258269 | https://api.github.com/repos/pydata/xarray/issues/1350 | 291258269 | MDEyOklzc3VlQ29tbWVudDI5MTI1ODI2OQ== | 4295853 | 2017-04-03T20:07:13Z | 2017-04-03T20:07:13Z | CONTRIBUTOR | As it turns out this was found this hunting a more complicated bug, but I couldn't easily reproduce it via DataArrays from scratch. My guess is that solving this will most likely solve that issue: ```python ds = xr.open_dataset('mpaso.hist.0100-06-01_00000_potDensityOnly.nc') ds['latCell'] = ds.latCell*180.0/np.pi ds.set_coords('latCell', inplace=True)
It is possible that |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
219043002 |