issues: 446933504
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
446933504 | MDU6SXNzdWU0NDY5MzM1MDQ= | 2979 | Reading single grid cells from a multi-file netcdf dataset? | 167164 | open | 0 | 1 | 2019-05-22T05:01:50Z | 2019-05-23T16:15:54Z | NONE | I have a multifile dataset made up of month-long 8-hourly netcdf datasets over nearly 30 years. The files are available from I want to calculate some lognormal distribution parameters of the Hs variable at each grid point (actually, only a smallish subset of points, using a mask). However, if I load the data with Is there a way in xarray/dask to force dask to only read single sub-arrays at a time? I have tried using lat/lon chunking, e.g.
Is there any way around this problem? I guess I could try using |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/2979/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
13221727 | issue |