issue_comments: 490394601
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/2946#issuecomment-490394601 | https://api.github.com/repos/pydata/xarray/issues/2946 | 490394601 | MDEyOklzc3VlQ29tbWVudDQ5MDM5NDYwMQ== | 10809480 | 2019-05-08T08:18:21Z | 2019-05-08T09:01:56Z | NONE | fixed: synthetic dataset of the polar region -60 - -90, in the mean calculation everything is proper and nans are ignored. std still looks suspicious. ```python import xarray as xr import glob import numpy as np data = xr.open_dataset(r"test.nc")
data.mean(dim="time", skipna=True).to_netcdf(r"mean_test.nc")
Dropbox to files: https://www.dropbox.com/sh/yuf114u143mj2l3/AABuQfC5wu4nrWDH4GsGgFyJa?dl=0 |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
441222339 |