home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 1187699270

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/6799#issuecomment-1187699270 https://api.github.com/repos/pydata/xarray/issues/6799 1187699270 IC_kwDOAMm_X85GytpG 2448579 2022-07-18T16:18:09Z 2022-07-18T16:18:21Z MEMBER

Given the performance behavior I'm guessing we may be doing sequntial interpolation for the dimensions, basically an interp1d call for all the xx points and from there another to the yy points, which for even a small number of points would require nearly all chunks to be loaded in.

Yeah I think this is right.

You could check if it was better before https://github.com/pydata/xarray/pull/4155 (if it worked that is)

cc @pums974 @Illviljan

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  1307112340
Powered by Datasette · Queries took 0.696ms · About: xarray-datasette