You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'chunks': Nonehere may need to be removed at the same time.
Xarray 0.10.8 has made some improvement in fixing this, but there are still some issues (see pydata/xarray#2300). This needs to be carefully tested for performance since some chunk configurations can cause a large amount of data to be loaded into memory during certain queries. This might be another bug; more investigation is needed.
The text was updated successfully, but these errors were encountered:
At some point it should be possible to remove
datacube/scripts/datasets/connectivity.py
Lines 616 to 625 in af79f76
and
datacube/scripts/datasets/connectivity.py
Lines 632 to 645 in af79f76
'chunks': None
here may need to be removed at the same time.Xarray 0.10.8 has made some improvement in fixing this, but there are still some issues (see pydata/xarray#2300). This needs to be carefully tested for performance since some chunk configurations can cause a large amount of data to be loaded into memory during certain queries. This might be another bug; more investigation is needed.
The text was updated successfully, but these errors were encountered: