home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 851469496

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/3608#issuecomment-851469496 https://api.github.com/repos/pydata/xarray/issues/3608 851469496 MDEyOklzc3VlQ29tbWVudDg1MTQ2OTQ5Ng== 5802846 2021-05-31T12:50:37Z 2021-05-31T12:50:37Z CONTRIBUTOR

Quickly glancing over sliding_window_view I didn't immediately understand how to use it with stride. Would I need to 1. transform the DataArray to dask array using chunk (which may involve an overhead!?), 2. then use rolling which itself uses sliding_window_view because its a dask array!? 3. Then use isel with stride on the new dimension?

reduce can easily support stride by passing it on here:

I think that's what I did in #3607. It's been a while

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