home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 354709385

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/1805#issuecomment-354709385 https://api.github.com/repos/pydata/xarray/issues/1805 354709385 MDEyOklzc3VlQ29tbWVudDM1NDcwOTM4NQ== 7342379 2018-01-02T06:33:38Z 2018-01-02T06:34:15Z NONE

And in-memory dataarray couldn't be modified too: import xarray as xr ds = xr.open_mfdataset('./nctiles_monthly/TFLUX/TFLUX*.nc',concat_dim='tile') TFLUX = ds.TFLUX.copy(deep=True) TFLUX.values[1,1,1] = 0*TFLUX.values[1,1,1] TFLUX.values[1,1,1] array([ 60.46262741, 57.78710175, 56.33338547, 56.44807434, ..., 76.84630585, 74.65901184], dtype=float32) But why?

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