issue_comments: 674577513
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/pull/4155#issuecomment-674577513 | https://api.github.com/repos/pydata/xarray/issues/4155 | 674577513 | MDEyOklzc3VlQ29tbWVudDY3NDU3NzUxMw== | 5323645 | 2020-08-16T21:02:50Z | 2020-08-16T21:02:50Z | NONE | @fujiisoup Thanks for the response. Since I have not updated my xarray package through this beta version. I hope you can answer my additional question for me. By considering the interpolation, which way is faster? a. chunk the dataset, and then do interpolation or b. chunk the interpolation list and then do interpolation? a.
b.
x = xr.DataArray(data = da.from_array(np.linspace(0,1), chunks=2), dims='x') res = data.interp(x=x) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
638909879 |