home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 701577652

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/4475#issuecomment-701577652 https://api.github.com/repos/pydata/xarray/issues/4475 701577652 MDEyOklzc3VlQ29tbWVudDcwMTU3NzY1Mg== 2448579 2020-09-30T18:51:25Z 2020-09-30T18:51:25Z MEMBER

you could use dask.delayed here

new_datasets = [dask.delayed(your_function)(dset) for dset in datasets] xr.save_mfdataset(new_datasets, paths)

I think this will work, but I've never used save_mfdataset. This is how preprocess is implemented with open_mfdataset btw.

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