home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 516191152

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/3165#issuecomment-516191152 https://api.github.com/repos/pydata/xarray/issues/3165 516191152 MDEyOklzc3VlQ29tbWVudDUxNjE5MTE1Mg== 13084427 2019-07-29T22:48:54Z 2019-07-29T22:48:54Z NONE

da.zeros((5000, 50000), chu

Tried but same error.

python import numpy as np import xarray as xr import dask.array as da temp= xr.DataArray(da.zeros((5000, 50000), chunks=(-1,100)),dims=("x","y")) temp.rolling(x=100).mean() Like I said, I have also saved to nc file and read it from disk (as below), but still same error.

python import numpy as np import xarray as xr import dask.array as da temp= xr.DataArray(da.zeros((5000, 50000), chunks=(-1,100)),dims=("x","y")) temp.to_netcdf("temp.nc") temp.close() test = xr.open_dataarray("temp.nc",chunks={"y":100,}) test.rolling(x=100).mean()

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