issue_comments: 433493555
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/2518#issuecomment-433493555 | https://api.github.com/repos/pydata/xarray/issues/2518 | 433493555 | MDEyOklzc3VlQ29tbWVudDQzMzQ5MzU1NQ== | 1217238 | 2018-10-26T18:00:18Z | 2018-10-26T18:00:18Z | MEMBER | The general pattern of functions used with But you could do this with target = xr.DataArray([213.5, 213.6], dims='target_lon')
xr.apply_ufunc(interptotarget, airtemps, airtemps.lon, target,
input_core_dims=[['lon'], ['lon'], ['target_lon']],
output_core_dims=[['target_lon']]
).assign_coords(target_lon=target)
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
374473176 |