home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 569806418

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
569806418 MDU6SXNzdWU1Njk4MDY0MTg= 3795 Dataset problem with chunk DataArray. 34353851 closed 0     8 2020-02-24T11:49:26Z 2021-04-19T09:28:21Z 2021-04-19T09:28:21Z NONE      

When i create a xr.Dataset with two variable which are a DataArray, i only obtain a chunk part of the DataArray. should i do a compute or something similar? How to control the number of the chunk of the DataArray to operate one to one them.

I mean::

/ DataArray / dask.array<shape=(14610, 47, 68, 81), dtype=float32, chunksize=(365, 47, 68, 81)>

/ Dataset / dask.array<shape=(365, 47, 68, 81), dtype=float32, chunksize=(365, 47, 68, 81)>

:-) Perhaps is the answer set chunksize to the total? In my case is .chunk(14610), isn't it? Which is the difference with compute()? the lazy operation is maintained...

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/3795/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed 13221727 issue

Links from other tables

  • 0 rows from issues_id in issues_labels
  • 8 rows from issue in issue_comments
Powered by Datasette · Queries took 0.576ms · About: xarray-datasette