home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 766243771

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/4839#issuecomment-766243771 https://api.github.com/repos/pydata/xarray/issues/4839 766243771 MDEyOklzc3VlQ29tbWVudDc2NjI0Mzc3MQ== 14808389 2021-01-24T00:20:47Z 2021-01-24T00:20:47Z MEMBER

the reason for this is that time has actually been replaced with the coordinates you provided. You can verify this by passing in new attributes: python ds1 = ds1.interp( time=("time", np.array([0, 0.5, 1, 2]), {"a": "b"}), assume_sorted=True, method="linear", kwargs=dict(fill_value="extrapolate"), ) I'm not quite sure what to do here.

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